Skip to content

Commit a45ae28

Browse files
committed
Bump wit-parser to 0.6.1
1 parent ca2e770 commit a45ae28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ wasmprinter = { version = "0.2.51", path = "crates/wasmprinter" }
5353
wast = { version = "54.0.0", path = "crates/wast" }
5454
wat = { version = "1.0.59", path = "crates/wat" }
5555
wit-component = { version = "0.7.0", path = "crates/wit-component" }
56-
wit-parser = { version = "0.6.0", path = "crates/wit-parser" }
56+
wit-parser = { version = "0.6.1", path = "crates/wit-parser" }
5757

5858
[dependencies]
5959
anyhow = { workspace = true }

crates/wit-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wit-parser"
33
authors = ["Alex Crichton <[email protected]>"]
4-
version = "0.6.0"
4+
version = "0.6.1"
55
edition.workspace = true
66
license = "Apache-2.0 WITH LLVM-exception"
77
readme = "README.md"

0 commit comments

Comments
 (0)