aboutsummaryrefslogtreecommitdiffstats
path: root/components/range
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-06-26 02:54:48 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-06-27 14:13:44 +0200
commit38a79e4506ca6fc3213e89620a4a286fba6144de (patch)
treee9cab175b88b46a03ec56c08c92ffc8134c61071 /components/range
parentabfd52a7213e58f93389a579c33fb6abc8ccebc5 (diff)
downloadservo-38a79e4506ca6fc3213e89620a4a286fba6144de.tar.gz
servo-38a79e4506ca6fc3213e89620a4a286fba6144de.zip
Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)
I also properly bump any dependency related to the serde_macros removal from webrender_traits
Diffstat (limited to 'components/range')
-rw-r--r--components/range/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/range/Cargo.toml b/components/range/Cargo.toml
index 3ac67f10338..0174b93b906 100644
--- a/components/range/Cargo.toml
+++ b/components/range/Cargo.toml
@@ -14,5 +14,5 @@ heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
num-traits = "0.1.32"
rustc-serialize = "0.3"
-serde = "0.7"
-serde_macros = "0.7"
+serde = "0.7.11"
+serde_macros = "0.7.11"