Skip to content

Commit 2b53362

Browse files
Merge pull request #150 from connorsmith256/bump/wasmbus-rpc
bump to wasmbus-rpc v0.13
2 parents 2568381 + f504728 commit 2b53362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

smithy-bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smithy-bindgen"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = [ "wasmcloud Team" ]
66
license = "Apache-2.0"
@@ -26,6 +26,6 @@ weld-codegen = { version = "0.7.0", path = "../codegen" }
2626

2727
# these crates are needed by code generated from smithy wasmcloud interfaces
2828
[dev-dependencies]
29-
wasmbus-rpc = { version = "0.12", path = "../rpc-rs" }
29+
wasmbus-rpc = { version = "0.13", path = "../rpc-rs" }
3030
async-trait = "0.1"
3131
serde_bytes = "0.11"

0 commit comments

Comments
 (0)