diff options
Diffstat (limited to 'components/geometry')
-rw-r--r-- | components/geometry/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/geometry/Cargo.toml b/components/geometry/Cargo.toml index d860ae213f0..8ca688bd64c 100644 --- a/components/geometry/Cargo.toml +++ b/components/geometry/Cargo.toml @@ -11,7 +11,7 @@ path = "lib.rs" [dependencies] app_units = "0.6" -euclid = "0.16" +euclid = "0.17" malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = { path = "../malloc_size_of_derive" } webrender_api = { git = "https://github.com/servo/webrender" } |