Minor fix toml files (#4291)

This commit is contained in:
Yuanchao Sun
2019-12-05 20:00:45 +08:00
committed by Gavin Wood
parent 0a3f326e56
commit e2bf02f138
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
codec = { package = "parity-scale-codec", version = "1.0.0" }
derive_more = "0.99.2"
futures = { version = "0.3.1", features = ["compat", "compat"] }
futures = { version = "0.3.1", features = ["compat"] }
log = "0.4.8"
parking_lot = "0.9.0"
primitives = { package = "sp-core", path = "../../primitives/core" }