Skip to content

Commit

Permalink
Merge pull request #150 from connorsmith256/bump/wasmbus-rpc
Browse files Browse the repository at this point in the history
bump to wasmbus-rpc v0.13
  • Loading branch information
connorsmith256 authored Apr 12, 2023
2 parents 2568381 + f504728 commit 2b53362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smithy-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smithy-bindgen"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = [ "wasmcloud Team" ]
license = "Apache-2.0"
Expand All @@ -26,6 +26,6 @@ weld-codegen = { version = "0.7.0", path = "../codegen" }

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

0 comments on commit 2b53362

Please sign in to comment.