Skip to content

Commit 50dcb04

Browse files
committed
move runtime primitives
1 parent bc2e633 commit 50dcb04

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
resolver = "2"
33
members = [
44
"node",
5-
"primitives",
65
"pallets/*",
76
"runtime/*",
87
]
@@ -138,6 +137,6 @@ ismp-runtime-api = { git="https://github.com/Szegoo/hyperbridge.git", branch="fi
138137
ismp-parachain-runtime-api = { git="https://github.com/Szegoo/hyperbridge.git", branch="fix-try-runtime", default-features = false }
139138

140139
# Local
141-
regionx-primitives = { path = "./primitives", default-features = false }
140+
regionx-primitives = { path = "./runtime/primitives", default-features = false }
142141
regionx-runtime = { path = "./runtime/regionx", default-features = false }
143142
pallet-parachain-template = { path = "./pallets/template", default-features = false }
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)