Release 0.8.3

This commit is contained in:
David Tolnay
2016-08-19 13:11:55 -04:00
parent 63d484d50c
commit 5fb73073bd
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_codegen"
version = "0.8.2"
version = "0.8.3"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
@@ -33,6 +33,6 @@ aster = { version = "^0.24.0", default-features = false }
clippy = { version = "^0.*", optional = true }
quasi = { version = "^0.17.0", default-features = false }
quasi_macros = { version = "^0.17.0", optional = true }
serde_codegen_internals = { version = "=0.6.0", default-features = false, path = "../serde_codegen_internals" }
serde_codegen_internals = { version = "=0.6.1", default-features = false, path = "../serde_codegen_internals" }
syntex = { version = "^0.41.0", optional = true }
syntex_syntax = { version = "^0.41.0", optional = true }