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
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
impl-serde = { version = "0.2.1", optional = true }
impl-serde = { version = "0.2.3", optional = true }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.0.5", default-features = false, features = ["derive"] }
rstd = { package = "sr-std", path = "../sr-std", default-features = false }