Update hex-literal version, simplify imports and remove unused dependencies (#2371)

This commit is contained in:
Stanislav Tkach
2019-04-25 12:17:40 +03:00
committed by Gavin Wood
parent d6054a8fd8
commit 0f02bed702
46 changed files with 54 additions and 85 deletions
-2
View File
@@ -6,7 +6,6 @@ edition = "2018"
[dependencies]
log = { version = "0.4", optional = true }
hex-literal = { version = "0.1.0", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
parity-codec = { version = "3.3", default-features = false, features = ["derive"] }
keyring = { package = "substrate-keyring", path = "../keyring", optional = true }
@@ -35,7 +34,6 @@ substrate-test-client = { path = "../test-client" }
default = ["std"]
std = [
"log",
"hex-literal",
"serde",
"substrate-client/std",
"keyring",