2 parents 2568381 + f504728 commit 2b53362Copy full SHA for 2b53362
1 file changed
smithy-bindgen/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "smithy-bindgen"
3
-version = "0.1.0"
+version = "0.2.0"
4
edition = "2021"
5
authors = [ "wasmcloud Team" ]
6
license = "Apache-2.0"
@@ -26,6 +26,6 @@ weld-codegen = { version = "0.7.0", path = "../codegen" }
26
27
# these crates are needed by code generated from smithy wasmcloud interfaces
28
[dev-dependencies]
29
-wasmbus-rpc = { version = "0.12", path = "../rpc-rs" }
+wasmbus-rpc = { version = "0.13", path = "../rpc-rs" }
30
async-trait = "0.1"
31
serde_bytes = "0.11"
0 commit comments