mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 14:25:41 +00:00
Remove unused dependencies (#14464)
This commit is contained in:
@@ -15,7 +15,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
async-trait = { version = "0.1.57", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { version = "0.4.17", optional = true }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { version = "21.0.0", optional = true, path = "../core" }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
|
||||
@@ -28,7 +27,6 @@ default = [ "std" ]
|
||||
std = [
|
||||
"async-trait",
|
||||
"codec/std",
|
||||
"log",
|
||||
"scale-info/std",
|
||||
"sp-core",
|
||||
"sp-inherents/std",
|
||||
|
||||
Reference in New Issue
Block a user