diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-08-31 13:45:01 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-31 13:45:01 -0700 |
commit | 181fc3849a4aec4485c4d7ec1c6226fa84d0bf06 (patch) | |
tree | db83662ff0e13fe9d9d6f63970bd3066868ee651 /serde-tests | |
parent | 64e64f0da78c7b23300a59837afb0666df04662d (diff) | |
download | milf-rs-181fc3849a4aec4485c4d7ec1c6226fa84d0bf06.tar.gz milf-rs-181fc3849a4aec4485c4d7ec1c6226fa84d0bf06.zip |
Bump syntex dep for tests
Diffstat (limited to 'serde-tests')
-rw-r--r-- | serde-tests/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde-tests/Cargo.toml b/serde-tests/Cargo.toml index e2f5a87..0c6173d 100644 --- a/serde-tests/Cargo.toml +++ b/serde-tests/Cargo.toml @@ -9,7 +9,7 @@ serde = "0.5" toml = { path = "..", features = ["serde"] } [build-dependencies] -syntex = "0.7" +syntex = "0.11" serde_codegen = "0.5" [lib] |