mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 18:31:05 +00:00
Revert k256 removal (#14499)
* Revert "Remove k256 crate from frame-support dependencies (#14452)"
This reverts commit 4d426214af.
* Keep the test
This commit is contained in:
@@ -38,7 +38,7 @@ impl-trait-for-tuples = "0.2.2"
|
||||
smallvec = "1.8.0"
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
sp-core-hashing-proc-macro = { version = "9.0.0", path = "../../primitives/core/hashing/proc-macro" }
|
||||
secp256k1 = { version = "0.24.0", default-features = false }
|
||||
k256 = { version = "0.13.0", default-features = false, features = ["ecdsa"] }
|
||||
environmental = { version = "1.1.4", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -52,7 +52,7 @@ array-bytes = "4.1"
|
||||
default = ["std"]
|
||||
std = [
|
||||
"sp-core/std",
|
||||
"secp256k1/std",
|
||||
"k256/std",
|
||||
"serde/std",
|
||||
"sp-api/std",
|
||||
"sp-io/std",
|
||||
|
||||
Reference in New Issue
Block a user