mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Remove unused dependencies (#14464)
This commit is contained in:
@@ -19,7 +19,6 @@ digest = { version = "0.10.3", default-features = false }
|
||||
sha2 = { version = "0.10.2", default-features = false }
|
||||
sha3 = { version = "0.10.0", default-features = false }
|
||||
twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
@@ -29,6 +28,5 @@ std = [
|
||||
"byteorder/std",
|
||||
"sha2/std",
|
||||
"sha3/std",
|
||||
"sp-std/std",
|
||||
"twox-hash/std",
|
||||
]
|
||||
|
||||
@@ -16,7 +16,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.16", features = ["full", "parsing"] }
|
||||
sp-core-hashing = { version = "9.0.0", default-features = false, path = "../" }
|
||||
|
||||
Reference in New Issue
Block a user