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/style_traits/Cargo.toml | |
parent | 5dce166266d1f74e2ae88dbe52ca5ced75c2349b (diff) | |
download | servo-8617320500491fab91979404cec2087bac7ef362.tar.gz servo-8617320500491fab91979404cec2087bac7ef362.zip |
Bump euclid to 0.14.
Diffstat (limited to 'components/style_traits/Cargo.toml')
-rw-r--r-- | components/style_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style_traits/Cargo.toml b/components/style_traits/Cargo.toml index d668bc8984f..62a6a44337c 100644 --- a/components/style_traits/Cargo.toml +++ b/components/style_traits/Cargo.toml @@ -18,7 +18,7 @@ gecko = [] app_units = "0.4.1" bitflags = "0.7" cssparser = "0.14.0" -euclid = "0.13" +euclid = "0.14.4" heapsize = {version = "0.4", optional = true} heapsize_derive = {version = "0.1", optional = true} selectors = { path = "../selectors" } |