Skip to content

Commit ba0e643

Browse files
authored
Merge branch 'master' into polkadot-stable2506
2 parents 5cab9e4 + feb803e commit ba0e643

File tree

7 files changed

+2
-87
lines changed

7 files changed

+2
-87
lines changed

Cargo.dev.toml

Lines changed: 0 additions & 1 deletion
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",

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)