Skip to content

Commit

Permalink
Enable sign_ext in parity-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 22, 2023
1 parent 168b6ff commit 62e30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ crc32fast = "1.3.2"
cosmwasm-std = { path = "../std", version = "1.2.7", default-features = false }
cosmwasm-crypto = { path = "../crypto", version = "1.2.7" }
hex = "0.4"
parity-wasm = "0.45"
parity-wasm = { version = "0.45", features = ["sign_ext"] }
schemars = "0.8.3"
serde = { version = "1.0.103", default-features = false, features = ["derive", "alloc"] }
serde_json = "1.0.40"
Expand Down

0 comments on commit 62e30a3

Please sign in to comment.