Skip to content

Commit

Permalink
Udpate dep on wasmparser
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 25, 2019
1 parent 0694974 commit 352fe3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ id-arena = "2.0.1"
parity-wasm = "0.35.6"
petgraph = "0.4.13"
log = "0.4"
wasmparser = "0.23"
wasmparser = "0.24"

[dependencies.walrus-derive]
path = "./walrus-derive"
Expand All @@ -22,6 +22,3 @@ members = [
"./walrus-tests",
"./walrus-tests-utils",
]

[patch.crates-io]
wasmparser = { git = 'https://github.com/alexcrichton/wasmparser.rs', branch = 'changes' }

0 comments on commit 352fe3c

Please sign in to comment.