mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Rename some crates for publishing to crates.io (#12837)
* rename some crates for publishing to crates.io * s/remote-ext/frame-remote-externalities
This commit is contained in:
committed by
GitHub
parent
770afb9ee3
commit
045ef86f12
@@ -28,7 +28,7 @@ sp-runtime = { path = "../../../primitives/runtime", version = "7.0.0" }
|
||||
sp-std = { path = "../../../primitives/std", version = "5.0.0" }
|
||||
|
||||
# utils
|
||||
remote-externalities = { path = "../../../utils/frame/remote-externalities", version = "0.10.0-dev" }
|
||||
remote-externalities = { path = "../../../utils/frame/remote-externalities", version = "0.10.0-dev", package = "frame-remote-externalities" }
|
||||
|
||||
# others
|
||||
log = "0.4.17"
|
||||
|
||||
Reference in New Issue
Block a user