Skip to content

Commit

Permalink
Update the wat and wast crates
Browse files Browse the repository at this point in the history
Now with support for annotations, plus a few minor bug fixes
  • Loading branch information
alexcrichton committed Feb 26, 2020
1 parent d55a996 commit 46449d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 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/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cfg-if = "0.1.9"
backtrace = "0.3.42"
rustc-demangle = "0.1.16"
lazy_static = "1.4"
wat = { version = "1.0.8", optional = true }
wat = { version = "1.0.10", optional = true }

[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.19"
wasmtime = { path = "../api", version = "0.9.0" }
wast = "8.0.0"
wast = "9.0.0"

[badges]
maintenance = { status = "actively-developed" }
Expand Down

0 comments on commit 46449d9

Please sign in to comment.