Skip to content

Commit

Permalink
Merge pull request #83 from wasmx/parity-wasm
Browse files Browse the repository at this point in the history
Upgrade to parity-wasm at least 0.35.6
  • Loading branch information
axic authored Mar 25, 2019
2 parents 516fe5b + cc9f52b commit fc53cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chisel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
libchisel = { path = "../libchisel" }
parity-wasm = "0.35.2"
parity-wasm = "^0.35.6"
clap = "2.32.0"
serde = "1.0.80"
serde_derive = "1.0.80"
Expand Down
2 changes: 1 addition & 1 deletion libchisel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ keywords = ["webassembly", "wasm", "blockchain", "ethereum"]
edition = "2018"

[dependencies]
parity-wasm = "0.35.2"
parity-wasm = "^0.35.6"
rustc-hex = "1.0"
byteorder = "1.2.4"

0 comments on commit fc53cc6

Please sign in to comment.