From c3563409565226de0e2f7c29a2853515d50243d4 Mon Sep 17 00:00:00 2001 From: Calvin Prewitt Date: Tue, 9 Jul 2024 15:55:38 -0500 Subject: [PATCH] set version 0.5.0-dev --- Cargo.toml | 10 +++++----- .../tests/encoding/include-resource.wac.result | 2 +- .../wac-parser/tests/encoding/instantiation.wac.result | 2 +- .../tests/encoding/merged-functions.wac.result | 2 +- crates/wac-parser/tests/encoding/resources.wac.result | 2 +- crates/wac-parser/tests/encoding/resources/foo/bar.wat | 2 +- crates/wac-parser/tests/encoding/types.wac.result | 2 +- crates/wac-resolver/tests/registry.rs | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e00ac50..2a9262e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = { workspace = true } repository = { workspace = true } [workspace.package] -version = "0.4.0-dev" +version = "0.5.0-dev" edition = "2021" authors = ["Peter Huene "] license = "Apache-2.0 WITH LLVM-exception" @@ -52,10 +52,10 @@ native-tls-vendored = ["warg-client?/native-tls-vendored"] members = ["examples/programmatic"] [workspace.dependencies] -wac-parser = { path = "crates/wac-parser", version = "0.4.0-dev", default-features = false } -wac-resolver = { path = "crates/wac-resolver", version = "0.4.0-dev", default-features = false } -wac-graph = { path = "crates/wac-graph", version = "0.4.0-dev" } -wac-types = { path = "crates/wac-types", version = "0.4.0-dev" } +wac-parser = { path = "crates/wac-parser", version = "0.5.0-dev", default-features = false } +wac-resolver = { path = "crates/wac-resolver", version = "0.5.0-dev", default-features = false } +wac-graph = { path = "crates/wac-graph", version = "0.5.0-dev" } +wac-types = { path = "crates/wac-types", version = "0.5.0-dev" } wit-parser = "0.202.0" wasmparser = "0.202.0" wit-component = "0.202.0" diff --git a/crates/wac-parser/tests/encoding/include-resource.wac.result b/crates/wac-parser/tests/encoding/include-resource.wac.result index b48533c..b3217bf 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.4.0-dev") + (processed-by "wac-parser" "0.5.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/instantiation.wac.result b/crates/wac-parser/tests/encoding/instantiation.wac.result index 6a22bf3..bf372be 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.4.0-dev") + (processed-by "wac-parser" "0.5.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/merged-functions.wac.result b/crates/wac-parser/tests/encoding/merged-functions.wac.result index 4c3b71c..13fd243 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.4.0-dev") + (processed-by "wac-parser" "0.5.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/resources.wac.result b/crates/wac-parser/tests/encoding/resources.wac.result index 179f10b..0e8663f 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.4.0-dev") + (processed-by "wac-parser" "0.5.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/resources/foo/bar.wat b/crates/wac-parser/tests/encoding/resources/foo/bar.wat index d2a2210..2c382f6 100644 --- a/crates/wac-parser/tests/encoding/resources/foo/bar.wat +++ b/crates/wac-parser/tests/encoding/resources/foo/bar.wat @@ -17,6 +17,6 @@ (import "foo" (instance (;0;) (type 0))) (export "foo" (instance 0)) (@producers - (processed-by "wac-parser" "0.4.0-dev") + (processed-by "wac-parser" "0.5.0-dev") ) ) diff --git a/crates/wac-parser/tests/encoding/types.wac.result b/crates/wac-parser/tests/encoding/types.wac.result index 6f2628d..2795a9c 100644 --- a/crates/wac-parser/tests/encoding/types.wac.result +++ b/crates/wac-parser/tests/encoding/types.wac.result @@ -171,6 +171,6 @@ (export $p2 (;59;) "p2" (type $p)) (export $q2 (;60;) "q2" (type $q)) (@producers - (processed-by "wac-parser" "0.4.0-dev") + (processed-by "wac-parser" "0.5.0-dev") ) ) diff --git a/crates/wac-resolver/tests/registry.rs b/crates/wac-resolver/tests/registry.rs index 81be645..d1e3529 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.4.0-dev") + (processed-by "wac-parser" "0.5.0-dev") ) ) "#