mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 12:41:07 +00:00
@@ -19,8 +19,8 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
sp-runtime = { version = "24.0.0", optional = true, default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { path = "../runtime", default-features = false, optional = true}
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
Reference in New Issue
Block a user