Skip to content

Commit

Permalink
chore: Update wast.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan authored and jubianchi committed Dec 2, 2020
1 parent 9c4b495 commit 1fd7653
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 1fd7653

Please sign in to comment.