Release 0.8.18

This commit is contained in:
David Tolnay
2016-11-19 11:40:00 -08:00
parent 5bd0386b8e
commit 17fb4cb503
6 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_codegen"
version = "0.8.17"
version = "0.8.18"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
@@ -23,7 +23,7 @@ with-syn = []
[dependencies]
clippy = { version = "^0.*", optional = true }
quote = "0.3"
serde_codegen_internals = { version = "=0.10.0", default-features = false, path = "../serde_codegen_internals" }
serde_codegen_internals = { version = "=0.11.0", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }
syntex = { version = "^0.48.0", optional = true }
syntex_syntax = { version = "^0.48.0", optional = true }
syntex = { version = "^0.50.0", optional = true }
syntex_syntax = { version = "^0.50.0", optional = true }