-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump crate versions * Push the entire `deps` dir into a `Resolve` This assists with world-binding for WIT dependencies
- Loading branch information
1 parent
a636906
commit eb0266b
Showing
16 changed files
with
36 additions
and
34 deletions.
There are no files selected for viewing
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.2.16" | ||
version = "0.2.17" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasm-encoder" | ||
version = "0.28.0" | ||
version = "0.29.0" | ||
authors = ["Nick Fitzgerald <[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
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
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 = "wasmparser" | ||
version = "0.106.0" | ||
version = "0.107.0" | ||
authors = ["Yury Delendik <[email protected]>"] | ||
license = "Apache-2.0 WITH LLVM-exception" | ||
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser" | ||
|
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 = "wasmprinter" | ||
version = "0.2.58" | ||
version = "0.2.59" | ||
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,6 +1,6 @@ | ||
[package] | ||
name = "wast" | ||
version = "59.0.0" | ||
version = "60.0.0" | ||
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,6 +1,6 @@ | ||
[package] | ||
name = "wat" | ||
version = "1.0.65" | ||
version = "1.0.66" | ||
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.10.0" | ||
version = "0.11.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.7.1" | ||
version = "0.8.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
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,5 +1,5 @@ | ||
package depends on itself | ||
--> tests/ui/parse-fail/pkg-cycle2/deps/a2/root.wit:3:7 | ||
--> tests/ui/parse-fail/pkg-cycle2/deps/a1/root.wit:3:7 | ||
| | ||
3 | use foo:a1/foo.{} | ||
3 | use foo:a2/foo.{} | ||
| ^----- |
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