Skip to content

Commit

Permalink
Update wasm-opt to 0.110.1 (use-ink#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
brson authored Oct 17, 2022
1 parent 672845c commit 103b4b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 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/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde_json = "1.0.86"
tempfile = "3.3.0"
url = { version = "2.3.1", features = ["serde"] }
impl-serde = "0.4.0"
wasm-opt = "0.110.0"
wasm-opt = "0.110.1"

# dependencies for extrinsics (deploying and calling a contract)
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
Expand Down

0 comments on commit 103b4b7

Please sign in to comment.