Bump post-expansion dependency

This commit is contained in:
David Tolnay 2016-10-20 00:01:14 -07:00
parent 4c38bd0180
commit 49aca521f1
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ with-syn = []
[dependencies]
clippy = { version = "^0.*", optional = true }
post-expansion = "0.0.2"
post-expansion = "0.1.0"
quote = "0.3"
serde_codegen_internals = { version = "=0.10.0", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.9", features = ["aster", "visit"] }

View File

@ -15,7 +15,7 @@ name = "serde_derive"
proc-macro = true
[dependencies]
post-expansion = "0.0.2"
post-expansion = "0.1.0"
[dependencies.serde_codegen]
version = "=0.8.14"