Skip to content

Commit

Permalink
move runtime primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 10, 2024
1 parent bc2e633 commit 50dcb04
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
resolver = "2"
members = [
"node",
"primitives",
"pallets/*",
"runtime/*",
]
Expand Down Expand Up @@ -138,6 +137,6 @@ ismp-runtime-api = { git="https://github.com/Szegoo/hyperbridge.git", branch="fi
ismp-parachain-runtime-api = { git="https://github.com/Szegoo/hyperbridge.git", branch="fix-try-runtime", default-features = false }

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

0 comments on commit 50dcb04

Please sign in to comment.