aboutsummaryrefslogtreecommitdiffstats
path: root/components/geometry/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Silva <nical@fastmail.com>2017-06-02 14:50:26 +0200
committerNicolas Silva <nical@fastmail.com>2017-06-14 16:00:59 +0200
commit8617320500491fab91979404cec2087bac7ef362 (patch)
tree7db5b5b5a17fb59bb727a2a59ba27f351d01fb90 /components/geometry/Cargo.toml
parent5dce166266d1f74e2ae88dbe52ca5ced75c2349b (diff)
downloadservo-8617320500491fab91979404cec2087bac7ef362.tar.gz
servo-8617320500491fab91979404cec2087bac7ef362.zip
Bump euclid to 0.14.
Diffstat (limited to 'components/geometry/Cargo.toml')
-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 a6e6b690f85..5c5a327160d 100644
--- a/components/geometry/Cargo.toml
+++ b/components/geometry/Cargo.toml
@@ -15,5 +15,5 @@ servo = ["euclid/unstable"]
[dependencies]
app_units = "0.4.1"
-euclid = "0.13"
+euclid = "0.14"
heapsize = "0.4"