Release 0.7.10

This commit is contained in:
David Tolnay
2016-06-11 13:07:51 -07:00
parent 5923a0cd2f
commit 8a09f05644
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_macros"
version = "0.7.9"
version = "0.7.10"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
@@ -24,7 +24,7 @@ serde_codegen = { version = "^0.7.10", path = "../serde_codegen", default-featur
compiletest_rs = "^0.1.1"
fnv = "1.0"
rustc-serialize = "^0.3.16"
serde = { version = "^0.7.9", path = "../serde" }
serde = { version = "^0.7.10", path = "../serde" }
[[test]]
name = "test"