diff --git a/Cargo.toml b/Cargo.toml index 260a24723426..d66c92b4753f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -559,3 +559,4 @@ snowbridge-outbound-queue = { path = "../parachain/pallets/outbound-queue" } snowbridge-outbound-queue-runtime-api = { path = "../parachain/pallets/outbound-queue/runtime-api" } snowbridge-router-primitives = { path = "../parachain/primitives/router" } snowbridge-runtime-common = { path = "../parachain/runtime/runtime-common" } +snowbridge-rococo-common = { path = "../parachain/runtime/rococo-common" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml index fd75c620de70..289013a16e0b 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml @@ -49,4 +49,4 @@ snowbridge-router-primitives = { git = "https://github.com/Snowfork/snowbridge.g snowbridge-system = { git = "https://github.com/Snowfork/snowbridge.git", tag = "v0.9.0", default-features = false } snowbridge-inbound-queue = { git = "https://github.com/Snowfork/snowbridge.git", tag = "v0.9.0", default-features = false } snowbridge-outbound-queue = { git = "https://github.com/Snowfork/snowbridge.git", tag = "v0.9.0", default-features = false } -snowbridge-rococo-common = { path = "../../../../../../../../parachain/runtime/rococo-common", default-features = false } +snowbridge-rococo-common = { git = "https://github.com/Snowfork/snowbridge.git", tag = "v0.9.0", default-features = false } diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 975312a296cf..e44120ec7589 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -76,7 +76,7 @@ pallet-collator-selection = { path = "../../../../pallets/collator-selection", d parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } parachains-common = { path = "../../../common", default-features = false } assets-common = { path = "../../assets/common", default-features = false } -snowbridge-rococo-common = { path = "../../../../../../parachain/runtime/rococo-common", default-features = false } +snowbridge-rococo-common = { git = "https://github.com/Snowfork/snowbridge.git", tag = "v0.9.0", default-features = false} [features] default = [ "std" ]