Release 0.8.4

This commit is contained in:
David Tolnay
2016-08-22 11:37:53 -04:00
parent 18a775277f
commit d690ffda8d
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_codegen"
version = "0.8.3"
version = "0.8.4"
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.25.0", default-features = false }
clippy = { version = "^0.*", optional = true }
quasi = { version = "^0.18.0", default-features = false }
quasi_macros = { version = "^0.18.0", optional = true }
serde_codegen_internals = { version = "=0.6.1", default-features = false, path = "../serde_codegen_internals" }
serde_codegen_internals = { version = "=0.7.0", default-features = false, path = "../serde_codegen_internals" }
syntex = { version = "^0.42.2", optional = true }
syntex_syntax = { version = "^0.42.0", optional = true }