Skip to content

Commit 0d12dea

Browse files
Allign mainnet and devnet
2 parents 538ecf7 + 1f03678 commit 0d12dea

File tree

3 files changed

+171
-28
lines changed

3 files changed

+171
-28
lines changed

Cargo.lock

Lines changed: 53 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuroweb-runtime"
3-
version = "1.5.0"
3+
version = "1.5.3"
44
authors = ["TraceLabs"]
55
description = "NeuroWeb Runtime - Cumulus FRAME-based Substrate Runtime"
66
license = "GPL-3.0-only"
@@ -11,9 +11,6 @@ edition = "2021"
1111
[package.metadata.docs.rs]
1212
targets = ["x86_64-unknown-linux-gnu"]
1313

14-
[build-dependencies]
15-
substrate-wasm-builder = { workspace = true }
16-
1714
[dependencies]
1815
codec = { workspace = true }
1916
hex-literal = { workspace = true, optional = true }
@@ -102,6 +99,9 @@ pallet-democracy = { workspace = true }
10299
pallet-identity = { workspace = true }
103100
pallet-preimage = { workspace = true }
104101

102+
[build-dependencies]
103+
substrate-wasm-builder = { workspace = true, optional = true }
104+
105105
[features]
106106
default = ["std"]
107107
std = [
@@ -168,6 +168,7 @@ std = [
168168
"sp-session/std",
169169
"sp-std/std",
170170
"sp-transaction-pool/std",
171+
"substrate-wasm-builder",
171172
"sp-version/std",
172173
"xcm-builder/std",
173174
"xcm-executor/std",
@@ -234,3 +235,5 @@ try-runtime = [
234235
"pallet-xcm/try-runtime",
235236
"parachain-info/try-runtime",
236237
]
238+
239+
metadata-hash = ["substrate-wasm-builder/metadata-hash"]

0 commit comments

Comments
 (0)