Get rid of rustc_hex in favor of hex (#5370)

* Get rid of rustc_hex in favor of hex

* Use HexDisplay
This commit is contained in:
Stanislav Tkach
2020-03-24 12:48:23 +02:00
committed by GitHub
parent 5345407783
commit 4414d00082
10 changed files with 34 additions and 41 deletions
-2
View File
@@ -12,7 +12,6 @@ documentation = "https://docs.rs/sp-core"
[dependencies]
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../std" }
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false, features = ["derive"] }
rustc-hex = { version = "2.0.1", default-features = false }
log = { version = "0.4.8", default-features = false }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
byteorder = { version = "1.3.2", default-features = false }
@@ -81,7 +80,6 @@ std = [
"hash-db/std",
"sp-std/std",
"serde",
"rustc-hex/std",
"twox-hash/std",
"blake2-rfc/std",
"ed25519-dalek/std",