aboutsummaryrefslogtreecommitdiff
path: root/serde-tests/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-05-31 10:41:47 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-05-31 10:41:47 -0700
commit6f43fc3b296bebdf95611d64ccb359b18b8da59b (patch)
tree3a6a0de74fec828b2aac6aeb279bb94d3d4abfdd /serde-tests/Cargo.toml
parent44fc9d9f37cd1b2e3d9170d04fd0a8a04d7884ff (diff)
downloadmilf-rs-6f43fc3b296bebdf95611d64ccb359b18b8da59b.tar.gz
milf-rs-6f43fc3b296bebdf95611d64ccb359b18b8da59b.zip
Fix serde tests on nightly
Diffstat (limited to 'serde-tests/Cargo.toml')
-rw-r--r--serde-tests/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde-tests/Cargo.toml b/serde-tests/Cargo.toml
index 31e85f1..97d743a 100644
--- a/serde-tests/Cargo.toml
+++ b/serde-tests/Cargo.toml
@@ -9,7 +9,7 @@ serde = "0.7"
toml = { path = "..", features = ["serde"] }
[build-dependencies]
-syntex = "0.29"
+syntex = "0.33"
serde_codegen = "0.7"
[lib]