Skip to content

Commit

Permalink
Bump wit-parser to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 14, 2023
1 parent ca2e770 commit a45ae28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ wasmprinter = { version = "0.2.51", path = "crates/wasmprinter" }
wast = { version = "54.0.0", path = "crates/wast" }
wat = { version = "1.0.59", path = "crates/wat" }
wit-component = { version = "0.7.0", path = "crates/wit-component" }
wit-parser = { version = "0.6.0", path = "crates/wit-parser" }
wit-parser = { version = "0.6.1", path = "crates/wit-parser" }

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wit-parser"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
version = "0.6.0"
version = "0.6.1"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
Expand Down

0 comments on commit a45ae28

Please sign in to comment.