mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 06:27:58 +00:00
@@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
thiserror = "1.0.30"
|
||||
wasm-instrument = "0.3"
|
||||
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
|
||||
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" }
|
||||
sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface" }
|
||||
sc-allocator = { path = "../../allocator" }
|
||||
sp-maybe-compressed-blob = { path = "../../../primitives/maybe-compressed-blob" }
|
||||
sp-wasm-interface = { path = "../../../primitives/wasm-interface" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user