aboutsummaryrefslogtreecommitdiffstats
path: root/components/geometry
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-02-28 09:46:59 +0100
committerBastien Orivel <eijebong@bananium.fr>2018-02-28 09:46:59 +0100
commitc28dcbc3e51f155761be50c76268f0e0fdc3a113 (patch)
tree649d19670c0e113a83407c9f0308c684c9dd7043 /components/geometry
parent6fbf2c1e3c8bb5243ebd7eeb432552496d0f336b (diff)
downloadservo-c28dcbc3e51f155761be50c76268f0e0fdc3a113.tar.gz
servo-c28dcbc3e51f155761be50c76268f0e0fdc3a113.zip
Bump euclid to 0.17
Diffstat (limited to 'components/geometry')
-rw-r--r--components/geometry/Cargo.toml2
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" }