mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Rename squatted crates (#1241)
* Rename squatted crates This commit adds the staging- prefix to squatted crates so we can go forward and publish them to crates.io. Using the staging- prefix is a temp fix until we decide on replacement names. https://forum.parity.io/t/renaming-squated-crates-in-substrate-polkadot-cumulus/1964/6 * Fix test after crate renames * Update Lockfile
This commit is contained in:
@@ -8,7 +8,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
polkadot-runtime = { path = "../../../runtime/polkadot" }
|
||||
kusama-runtime = { path = "../../../runtime/kusama" }
|
||||
kusama-runtime = { package = "staging-kusama-runtime", path = "../../../runtime/kusama" }
|
||||
westend-runtime = { path = "../../../runtime/westend" }
|
||||
polkadot-runtime-constants = { path = "../../../runtime/polkadot/constants" }
|
||||
kusama-runtime-constants = { path = "../../../runtime/kusama/constants" }
|
||||
|
||||
Reference in New Issue
Block a user