aboutsummaryrefslogtreecommitdiffstats
path: root/components/range
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-08-12 14:46:25 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-08-12 18:37:27 +0200
commit7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5 (patch)
tree7c3323204e3fb5d85edcb95b97748962e3978ae1 /components/range
parenta22913569c2fa917015b23c27cb2f55de2a69ff2 (diff)
downloadservo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.tar.gz
servo-7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5.zip
Update serde to 0.8 (fixes #12659)
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 c9cbf2e9b50..a6a0e061e3a 100644
--- a/components/range/Cargo.toml
+++ b/components/range/Cargo.toml
@@ -15,5 +15,5 @@ heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
num-traits = "0.1.32"
rustc-serialize = "0.3"
-serde = "0.7.15"
-serde_macros = "0.7.15"
+serde = "0.8"
+serde_macros = "0.8"