Skip to content

Commit 9d24270

Browse files
maouehleoyvens
authored andcommitted
Fixed build now that sign-ext-feature-flag branch has been mrged upstream
The branch being now deleted, the `master` branch is failing to compile properly. This fixes it by changing the location and rev where to find the dependency.
1 parent 5074ac9 commit 9d24270

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/wasm/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ wasmtime = "0.27.0"
2424
defer = "0.1"
2525
never = "0.1"
2626

27-
# Patch being upstreamed in https://github.com/paritytech/wasm-utils/pull/174
28-
pwasm-utils = { git = "https://github.com/edgeandnode/wasm-utils", branch = "sign-ext-feature-flag", features = ["sign_ext"] }
27+
pwasm-utils = { git = "https://github.com/paritytech/wasm-utils", rev = "b22696aaa516212284f2d94a28d8d292afe27859", features = ["sign_ext"] }
2928

3029
# AssemblyScript uses sign extensions
3130
parity-wasm = { version = "0.42", features = ["std", "sign_ext"] }

0 commit comments

Comments
 (0)