Skip to content

Commit

Permalink
Merge #1845
Browse files Browse the repository at this point in the history
1845: chore: Update `wast` r=jubianchi a=Hywan

# Description

Closes #1816.
This PR updates `wast` to its latest version.

# Review

- ~[ ] Add a short description of the the change to the CHANGELOG.md file~ not necessary I guess


Co-authored-by: Ivan Enderlin <[email protected]>
  • Loading branch information
bors[bot] and Hywan authored Dec 3, 2020
2 parents 2fac435 + d289a64 commit 35ece9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 tests/lib/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
anyhow = "1.0"
wasmer = { path = "../../../lib/api", version = "1.0.0-beta1", default-features = false }
wasmer-wasi = { path = "../../../lib/wasi", version = "1.0.0-beta1" }
wast = "17.0"
wast = "24.0"
serde = "1"
tempfile = "3"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/wasi-wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gumdrop = "0.8"
tempfile = "3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wast = "20"
wast = "24.0"

0 comments on commit 35ece9c

Please sign in to comment.