mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Update hex-literal version, simplify imports and remove unused dependencies (#2371)
This commit is contained in:
committed by
Gavin Wood
parent
d6054a8fd8
commit
0f02bed702
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user