forked from bytecodealliance/wasm-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I realize I already bumped earlier today as well but wanted to additionally include bytecodealliance#1407 and bytecodealliance#1408 for downstream integrations.
- Loading branch information
1 parent
d24d9c4
commit ab11bd3
Showing
9 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasm-compose" | ||
version = "0.5.4" | ||
version = "0.5.5" | ||
edition.workspace = true | ||
authors = ["Peter Huene <[email protected]>"] | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wat" | ||
version = "1.0.87" | ||
version = "1.0.88" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
edition.workspace = true | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "wit-component" | ||
authors = ["Peter Huene <[email protected]>"] | ||
version = "0.20.3" | ||
version = "0.21.0" | ||
edition.workspace = true | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "wit-parser" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
version = "0.13.2" | ||
version = "0.14.0" | ||
edition.workspace = true | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters