mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
@@ -23,12 +23,12 @@ num-traits = { version = "0.2.8", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
static_assertions = "1.1.0"
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
primitive-types = "0.12.0"
|
||||
sp-core = { version = "21.0.0", features = ["full_crypto"], path = "../core" }
|
||||
sp-core = { path = "../core", features = ["full_crypto"]}
|
||||
rand = "0.8.5"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -18,7 +18,7 @@ arbitrary = "1.3.0"
|
||||
fraction = "0.13.1"
|
||||
honggfuzz = "0.5.49"
|
||||
num-bigint = "0.4.3"
|
||||
sp-arithmetic = { version = "16.0.0", path = ".." }
|
||||
sp-arithmetic = { path = ".." }
|
||||
|
||||
[[bin]]
|
||||
name = "biguint"
|
||||
|
||||
Reference in New Issue
Block a user