Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
move to runtime folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 10, 2023
1 parent d7b9a49 commit 6236cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ snowbridge-inbound-queue = { path = "../../../../../../parachain/pallets/inbound
snowbridge-outbound-queue = { path = "../../../../../../parachain/pallets/outbound-queue", default-features = false }
snowbridge-outbound-queue-runtime-api = { path = "../../../../../../parachain/pallets/outbound-queue/runtime-api", default-features = false }
snowbridge-router-primitives = { path = "../../../../../../parachain/primitives/router", default-features = false }
snowbridge-runtime-common = { path = "../../../../../../parachain/primitives/runtime-common", default-features = false }
snowbridge-runtime-common = { path = "../../../../../../parachain/runtime/runtime-common", default-features = false }

[dev-dependencies]
static_assertions = "1.1"
Expand Down

0 comments on commit 6236cad

Please sign in to comment.