Skip to content

Commit

Permalink
Bump to 0.9.1 (WebAssembly#437)
Browse files Browse the repository at this point in the history
I'll publish this to crates.io after merging, and I also just
double-checked to ensure we don't have any other accidental API breakage
leaking in.
  • Loading branch information
alexcrichton authored Jun 22, 2021
1 parent 03a7d9c commit d4d3df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/witx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witx"
version = "0.9.0"
version = "0.9.1"
description = "Parse and validate witx file format"
homepage = "https://github.com/WebAssembly/WASI"
repository = "https://github.com/WebAssembly/WASI"
Expand Down
4 changes: 2 additions & 2 deletions tools/witx/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witx-cli"
version = "0.9.0"
version = "0.9.1"
description = "CLI for operating on witx file format"
homepage = "https://github.com/WebAssembly/WASI"
repository = "https://github.com/WebAssembly/WASI"
Expand All @@ -15,7 +15,7 @@ name = "witx"
path = "src/main.rs"

[dependencies]
witx = { path = "../", version = "0.9.0" }
witx = { path = "../", version = "0.9.1" }
anyhow = "1"
log = "0.4"
thiserror = "1.0"
Expand Down

0 comments on commit d4d3df3

Please sign in to comment.