Skip to content

Commit

Permalink
Update binaryen to get rid of spurious warning (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Jan 20, 2023
1 parent 44e29af commit f789d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ which = "4.2"
structopt = "0.3"
anyhow = { workspace = true }
tempfile = "3.2.0"
binaryen = "0.12.0"
binaryen = { git = "https://github.com/pepyakin/binaryen-rs" }
parity-wasm = { version = "0.45.0", features = ["bulk"] }
brotli = "3.3.4"
wasm-encoder = "0.20"
Expand Down

0 comments on commit f789d96

Please sign in to comment.