Skip to content

Commit feb803e

Browse files
authored
Use wasm32v1-none (#1031)
* use wasm32v1-none * update * revert rust-src
1 parent eed5e81 commit feb803e

File tree

7 files changed

+3
-88
lines changed

7 files changed

+3
-88
lines changed

Cargo.dev.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = [
44
"auction",
55
"authority",
66
"benchmarking",
7-
"build-script-utils",
87
"currencies",
98
"gradually-update",
109
"nft",
@@ -68,4 +67,4 @@ xcm = { version = "16.1.0", package = "staging-xcm", default-features = false }
6867
xcm-builder = { version = "20.0.0", package = "staging-xcm-builder", default-features = false }
6968
xcm-executor = { version = "19.1.0", package = "staging-xcm-executor", default-features = false }
7069

71-
xcm-simulator = { version = "20.0.0" }
70+
xcm-simulator = { version = "20.0.0" }

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
check: githooks
2-
./scripts/run.sh check --no-default-features --target=wasm32-unknown-unknown
2+
./scripts/run.sh check --no-default-features --target=wasm32v1-none
33

44
check-tests: githooks
55
./scripts/run.sh check --tests

build-script-utils/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

build-script-utils/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

build-script-utils/src/lib.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

build-script-utils/src/license.rs

Lines changed: 0 additions & 62 deletions
This file was deleted.

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
channel = "1.88.0"
33
components = ["rust-src", "rustfmt", "clippy"]
4-
targets = ["wasm32-unknown-unknown"]
4+
targets = ["wasm32v1-none"]

0 commit comments

Comments
 (0)