Upgrade wasm builder (#10226)

* add TypeInfo for DispatchTime

* upgrade wasm-builder to Rust 2021

* remove resolver

* revert resolver in virtual workspace
This commit is contained in:
zjb0807
2021-11-10 16:03:52 +08:00
committed by GitHub
parent c4d903f945
commit 617e2cc75e
2 changed files with 2 additions and 3 deletions
@@ -58,7 +58,7 @@ fn create_check_toolchain_project(project_dir: &Path) {
[package]
name = "wasm-test"
version = "1.0.0"
edition = "2018"
edition = "2021"
build = "build.rs"
[lib]