diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2017-06-14 18:31:09 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-06-16 13:31:18 +0200 |
commit | 76d8573393b9e31739b633a6a4b2b77efbf12abf (patch) | |
tree | f989ac999588eaacc735a3b0ec0c0350e926a4d4 /components/geometry | |
parent | e1bce241291683ee61abab042d0c808ae5396e91 (diff) | |
download | servo-76d8573393b9e31739b633a6a4b2b77efbf12abf.tar.gz servo-76d8573393b9e31739b633a6a4b2b77efbf12abf.zip |
Bump serde to 1.0
Diffstat (limited to 'components/geometry')
-rw-r--r-- | components/geometry/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/geometry/Cargo.toml b/components/geometry/Cargo.toml index 5c5a327160d..956337a06cc 100644 --- a/components/geometry/Cargo.toml +++ b/components/geometry/Cargo.toml @@ -14,6 +14,6 @@ path = "lib.rs" servo = ["euclid/unstable"] [dependencies] -app_units = "0.4.1" -euclid = "0.14" +app_units = "0.5" +euclid = "0.15" heapsize = "0.4" |