Companion: wasm-builder support stable Rust (#6967)

* Companion: wasm-builder support stable Rust

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2023-03-29 12:11:15 +02:00
committed by GitHub
parent faa2d5b09e
commit 8b1645faf0
6 changed files with 202 additions and 198 deletions
@@ -17,10 +17,6 @@
//! Basic parachain that adds a number as part of its state.
#![no_std]
#![cfg_attr(
not(feature = "std"),
feature(core_intrinsics, lang_items, core_panic_info, alloc_error_handler)
)]
use parity_scale_codec::{Decode, Encode};
use tiny_keccak::{Hasher as _, Keccak};