mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 22:45:40 +00:00
Remove unused dependencies (#14464)
This commit is contained in:
@@ -14,9 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
parking_lot = { version = "0.12.1", default-features = false }
|
||||
serde = { version = "1.0", optional = true }
|
||||
thiserror = "1.0"
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
@@ -29,7 +27,6 @@ rand_chacha = "0.2.2"
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"serde",
|
||||
"sp-core/std",
|
||||
"sp-externalities/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user