diff options
author | Nicolas Silva <nical@fastmail.com> | 2017-06-02 14:50:26 +0200 |
---|---|---|
committer | Nicolas Silva <nical@fastmail.com> | 2017-06-14 16:00:59 +0200 |
commit | 8617320500491fab91979404cec2087bac7ef362 (patch) | |
tree | 7db5b5b5a17fb59bb727a2a59ba27f351d01fb90 /components/geometry/Cargo.toml | |
parent | 5dce166266d1f74e2ae88dbe52ca5ced75c2349b (diff) | |
download | servo-8617320500491fab91979404cec2087bac7ef362.tar.gz servo-8617320500491fab91979404cec2087bac7ef362.zip |
Bump euclid to 0.14.
Diffstat (limited to 'components/geometry/Cargo.toml')
-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 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" |