Skip to content

Commit 26c4345

Browse files
committed
fix
1 parent ad2f57e commit 26c4345

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pallet-transaction-payment-rpc-runtime-api = { version = "40.0.0", default-featu
6363
sp-genesis-builder = { version = "0.17.0", default-features = false }
6464

6565
# wasm builder
66-
substrate-wasm-builder = { version = "26.0.0" }
66+
substrate-wasm-builder = { version = "26.0.1" }
6767

6868
# nostd
6969
parity-scale-codec = { version = "3.6.12", default-features = false, features = [

poc/runtime/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#![cfg_attr(not(feature = "std"), no_std)]
2+
// Frame macros reference features which this crate does not have
3+
#![allow(unexpected_cfgs)]
24

35
// Make the WASM binary available.
46
#[cfg(feature = "std")]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-11-19"
2+
channel = "1.84.1"
33
components = ["rust-src", "rustfmt", "clippy"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)