Upgrade impl-serde to 0.2.3 (#3960)

This commit is contained in:
Bastian Köcher
2019-10-29 20:22:20 +01:00
committed by GitHub
parent c92eda9809
commit de711ac188
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ description = "Storage related primitives"
[dependencies]
rstd = { package = "sr-std", path = "../../sr-std", default-features = false }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
impl-serde = { version = "0.2.1", optional = true }
impl-serde = { version = "0.2.3", optional = true }
substrate-debug-derive = { version = "2.0.0", path = "../debug-derive" }
[features]