Bump serde_codegen_internals because it failed to publish somehow

This commit is contained in:
David Tolnay
2016-11-19 11:47:19 -08:00
parent 17fb4cb503
commit 8dba87661b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ with-syn = []
[dependencies]
clippy = { version = "^0.*", optional = true }
quote = "0.3"
serde_codegen_internals = { version = "=0.11.0", default-features = false, path = "../serde_codegen_internals" }
serde_codegen_internals = { version = "=0.11.1", 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 }