Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit ce32367

Browse files
authored
Downgrade wabt = 0.9.1 (#7042)
1 parent ed879f2 commit ce32367

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sp-application-crypto = { version = "2.0.0-rc6", path = "../../../primitives/app
4141
sp-runtime = { version = "2.0.0-rc6", path = "../../../primitives/runtime" }
4242
sp-externalities = { version = "0.8.0-rc6", path = "../../../primitives/externalities" }
4343
substrate-test-client = { version = "2.0.0-rc6", path = "../../../test-utils/client" }
44-
wabt = "0.9.2"
44+
wabt = "0.9.1"
4545

4646
[features]
4747
wasmtime = [

bin/node/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ substrate-test-client = { version = "2.0.0-rc6", path = "../../../test-utils/cli
3939
pallet-timestamp = { version = "2.0.0-rc6", path = "../../../frame/timestamp" }
4040
pallet-transaction-payment = { version = "2.0.0-rc6", path = "../../../frame/transaction-payment" }
4141
pallet-treasury = { version = "2.0.0-rc6", path = "../../../frame/treasury" }
42-
wabt = "0.9.2"
42+
wabt = "0.9.1"
4343
sp-api = { version = "2.0.0-rc6", path = "../../../primitives/api" }
4444
sp-finality-tracker = { version = "2.0.0-rc6", default-features = false, path = "../../../primitives/finality-tracker" }
4545
sp-timestamp = { version = "2.0.0-rc6", default-features = false, path = "../../../primitives/timestamp" }

client/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ libsecp256k1 = "0.3.4"
3737

3838
[dev-dependencies]
3939
assert_matches = "1.3.0"
40-
wabt = "0.9.2"
40+
wabt = "0.9.1"
4141
hex-literal = "0.3.1"
4242
sc-runtime-test = { version = "2.0.0-rc6", path = "runtime-test" }
4343
substrate-test-runtime = { version = "2.0.0-rc6", path = "../../test-utils/runtime" }

primitives/sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sp-wasm-interface = { version = "2.0.0-rc6", default-features = false, path = ".
2020
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false }
2121

2222
[dev-dependencies]
23-
wabt = "0.9.2"
23+
wabt = "0.9.1"
2424
assert_matches = "1.3.0"
2525

2626
[features]

0 commit comments

Comments
 (0)