mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Fix master build (#5005)
This commit is contained in:
@@ -8,7 +8,7 @@ build = "build.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
||||||
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] }
|
||||||
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||||
dlmalloc = { version = "0.2.3", features = [ "global" ] }
|
dlmalloc = { version = "0.2.3", features = [ "global" ] }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ name = "undying_collator_puppet_worker"
|
|||||||
path = "bin/puppet_worker.rs"
|
path = "bin/puppet_worker.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] }
|
||||||
clap = { version = "3.0", features = ["derive"] }
|
clap = { version = "3.0", features = ["derive"] }
|
||||||
futures = "0.3.19"
|
futures = "0.3.19"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user