diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-09 16:33:37 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-09 20:15:11 +0100 |
commit | f89c321141377062d1f87a6c7b17fb22cf288256 (patch) | |
tree | 51af077b810a7f3b99fca81527d91b56198a8148 /components/msg | |
parent | 200e2286fd10c8ddbc300c2988bf272238c297b6 (diff) | |
download | servo-f89c321141377062d1f87a6c7b17fb22cf288256.tar.gz servo-f89c321141377062d1f87a6c7b17fb22cf288256.zip |
Bump euclid to 0.6.4
Diffstat (limited to 'components/msg')
-rw-r--r-- | components/msg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 76a1ad13971..4bd0ed926c7 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -27,7 +27,7 @@ git = "https://github.com/servo/webrender_traits" [dependencies] bitflags = "0.3" cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]} -euclid = {version = "0.6.2", features = ["plugins"]} +euclid = {version = "0.6.4", features = ["plugins"]} heapsize = "0.3.0" heapsize_plugin = "0.1.2" hyper = { version = "0.7", features = [ "serde-serialization" ] } |