Skip to content

Commit

Permalink
debug: add dev std feature for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Aug 27, 2024
1 parent 4dcfb9c commit 8f7bb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/litentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ runtime-common = { workspace = true, features = ["tests"] }
sp-state-machine = { workspace = true, features = ["std"] }
xcm-simulator = { workspace = true }
pallet-message-queue = { workspace = true, features = ["std"] }
pallet-bridge-common = { workspace = true, features = ["std"] }

[build-dependencies]
substrate-wasm-builder = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ runtime-common = { workspace = true, features = ["tests"] }
sp-state-machine = { workspace = true, features = ["std"] }
xcm-simulator = { workspace = true }
pallet-message-queue = { workspace = true, features = ["std"] }
pallet-bridge-common = { workspace = true, features = ["std"] }

[build-dependencies]
substrate-wasm-builder = { workspace = true }
Expand Down

0 comments on commit 8f7bb01

Please sign in to comment.