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:
João Paulo Silva de Souza
2022-12-06 08:42:38 -03:00
committed by GitHub
parent 770afb9ee3
commit 045ef86f12
13 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
beefy-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/beefy" }
beefy-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/beefy", package = "sp-beefy" }
beefy-merkle-tree = { version = "4.0.0-dev", default-features = false, path = "../../frame/beefy-mmr/primitives" }
sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" }