diff options
Diffstat (limited to 'components/layout_2020/Cargo.toml')
-rw-r--r-- | components/layout_2020/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/Cargo.toml b/components/layout_2020/Cargo.toml index 30fb8843d67..8739f66f4e9 100644 --- a/components/layout_2020/Cargo.toml +++ b/components/layout_2020/Cargo.toml @@ -58,4 +58,5 @@ webrender_api = { workspace = true } xi-unicode = { workspace = true } [dev-dependencies] +num-traits = { workspace = true } quickcheck = "1" |