File tree Expand file tree Collapse file tree 3 files changed +171
-28
lines changed
Expand file tree Collapse file tree 3 files changed +171
-28
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " neuroweb-runtime"
3- version = " 1.5.0 "
3+ version = " 1.5.3 "
44authors = [" TraceLabs" ]
55description = " NeuroWeb Runtime - Cumulus FRAME-based Substrate Runtime"
66license = " GPL-3.0-only"
@@ -11,9 +11,6 @@ edition = "2021"
1111[package .metadata .docs .rs ]
1212targets = [" x86_64-unknown-linux-gnu" ]
1313
14- [build-dependencies ]
15- substrate-wasm-builder = { workspace = true }
16-
1714[dependencies ]
1815codec = { workspace = true }
1916hex-literal = { workspace = true , optional = true }
@@ -102,6 +99,9 @@ pallet-democracy = { workspace = true }
10299pallet-identity = { workspace = true }
103100pallet-preimage = { workspace = true }
104101
102+ [build-dependencies ]
103+ substrate-wasm-builder = { workspace = true , optional = true }
104+
105105[features ]
106106default = [" std" ]
107107std = [
@@ -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" ]
You can’t perform that action at this time.
0 commit comments