mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 16:31:03 +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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user