diff --git a/Cargo.lock b/Cargo.lock index 84e03de..1b4bb29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4042,7 +4042,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wac-cli" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "clap", @@ -4071,7 +4071,7 @@ dependencies = [ [[package]] name = "wac-graph" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "id-arena", @@ -4095,7 +4095,7 @@ dependencies = [ [[package]] name = "wac-parser" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "id-arena", @@ -4122,7 +4122,7 @@ dependencies = [ [[package]] name = "wac-resolver" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "futures", @@ -4151,7 +4151,7 @@ dependencies = [ [[package]] name = "wac-types" -version = "0.10.1" +version = "0.11.0" dependencies = [ "anyhow", "id-arena", diff --git a/Cargo.toml b/Cargo.toml index 2963d90..c19a570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = { workspace = true } repository = { workspace = true } [workspace.package] -version = "0.10.1" +version = "0.11.0" edition = "2021" authors = ["Peter Huene "] license = "Apache-2.0 WITH LLVM-exception" @@ -59,10 +59,10 @@ native-tls-vendored = ["warg-client?/native-tls-vendored"] members = ["examples/programmatic"] [workspace.dependencies] -wac-parser = { path = "crates/wac-parser", version = "0.10.1", default-features = false } -wac-resolver = { path = "crates/wac-resolver", version = "0.10.1", default-features = false } -wac-graph = { path = "crates/wac-graph", version = "0.10.1" } -wac-types = { path = "crates/wac-types", version = "0.10.1" } +wac-parser = { path = "crates/wac-parser", version = "0.11.0", default-features = false } +wac-resolver = { path = "crates/wac-resolver", version = "0.11.0", default-features = false } +wac-graph = { path = "crates/wac-graph", version = "0.11.0" } +wac-types = { path = "crates/wac-types", version = "0.11.0" } wit-parser = "0.258.0" wasmparser = "0.258.0" wit-component = "0.258.0" diff --git a/crates/wac-parser/tests/encoding/include-resource.wac.result b/crates/wac-parser/tests/encoding/include-resource.wac.result index ef0580d..6e67a2c 100644 --- a/crates/wac-parser/tests/encoding/include-resource.wac.result +++ b/crates/wac-parser/tests/encoding/include-resource.wac.result @@ -46,6 +46,6 @@ ) ) (@producers - (processed-by "wac-parser" "0.10.1") + (processed-by "wac-parser" "0.11.0") ) ) diff --git a/crates/wac-parser/tests/encoding/instantiation.wac.result b/crates/wac-parser/tests/encoding/instantiation.wac.result index 02ba2e9..18537a1 100644 --- a/crates/wac-parser/tests/encoding/instantiation.wac.result +++ b/crates/wac-parser/tests/encoding/instantiation.wac.result @@ -84,6 +84,6 @@ (alias export $x4 "foo" (func (;3;))) (export (;4;) "foo" (func 3)) (@producers - (processed-by "wac-parser" "0.10.1") + (processed-by "wac-parser" "0.11.0") ) ) diff --git a/crates/wac-parser/tests/encoding/merged-functions.wac.result b/crates/wac-parser/tests/encoding/merged-functions.wac.result index 9fd2c5b..40de3a2 100644 --- a/crates/wac-parser/tests/encoding/merged-functions.wac.result +++ b/crates/wac-parser/tests/encoding/merged-functions.wac.result @@ -47,6 +47,6 @@ ) ) (@producers - (processed-by "wac-parser" "0.10.1") + (processed-by "wac-parser" "0.11.0") ) ) diff --git a/crates/wac-parser/tests/encoding/resources.wac.result b/crates/wac-parser/tests/encoding/resources.wac.result index 81a98e3..4204079 100644 --- a/crates/wac-parser/tests/encoding/resources.wac.result +++ b/crates/wac-parser/tests/encoding/resources.wac.result @@ -50,6 +50,6 @@ (alias export $x "foo" (instance (;2;))) (export (;3;) "foo" (instance 2)) (@producers - (processed-by "wac-parser" "0.10.1") + (processed-by "wac-parser" "0.11.0") ) ) diff --git a/crates/wac-parser/tests/encoding/types.wac.result b/crates/wac-parser/tests/encoding/types.wac.result index 2571200..d3c0129 100644 --- a/crates/wac-parser/tests/encoding/types.wac.result +++ b/crates/wac-parser/tests/encoding/types.wac.result @@ -250,6 +250,6 @@ ) (export $async-world (;99;) "async-world" (type 98)) (@producers - (processed-by "wac-parser" "0.10.1") + (processed-by "wac-parser" "0.11.0") ) ) diff --git a/crates/wac-resolver/tests/registry.rs b/crates/wac-resolver/tests/registry.rs index 9860cfe..f998413 100644 --- a/crates/wac-resolver/tests/registry.rs +++ b/crates/wac-resolver/tests/registry.rs @@ -113,7 +113,7 @@ export i2.foo as "bar"; (export (;6;) "test:wit/foo" (instance 4)) (export (;7;) "bar" (instance 5)) (@producers - (processed-by "wac-parser" "0.10.1") + (processed-by "wac-parser" "0.11.0") ) ) "#