Release 0.8.20

This commit is contained in:
David Tolnay
2016-12-16 07:55:43 -08:00
parent 4a0bf4de65
commit 08c59a2e0e
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_codegen"
version = "0.8.19"
version = "0.8.20"
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.8"
serde_codegen_internals = { version = "=0.11.1", default-features = false, path = "../serde_codegen_internals" }
serde_codegen_internals = { version = "=0.11.2", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }
syntex = { version = "^0.50.0", optional = true }
syntex_syntax = { version = "^0.50.0", optional = true }