Skip to content

Commit

Permalink
bumped versions for wasmbus-rpc 0.9 release (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend authored Jul 6, 2022
1 parent 53b906f commit c460117
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weld-codegen"
version = "0.4.5"
version = "0.4.6"
edition = "2021"
authors = [ "wasmcloud Team" ]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmbus-macros"
version = "0.1.9"
version = "0.1.10"
edition = "2021"
authors = [ "wasmcloud Team" ]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions rpc-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmbus-rpc"
version = "0.9.0-alpha.1.1"
version = "0.9.0"
authors = [ "wasmcloud Team" ]
license = "Apache-2.0"
description = "Runtime library for actors and capability providers"
Expand Down Expand Up @@ -37,7 +37,7 @@ tokio-timer = "0.2"
toml = "0.5"
tracing = { version = "0.1.34", features = ["log"] }
tracing-futures = "0.2"
wasmbus-macros = { path = "../macros", version = "0.1.8" }
wasmbus-macros = { path = "../macros", version = "0.1.10" }
minicbor-ser = "0.1.2"

# BigInteger support
Expand Down Expand Up @@ -70,4 +70,4 @@ regex = "1"
clap = { version = "3.2.5", features = ["derive"] }

[build-dependencies]
weld-codegen = { version = "0.4.3", path = "../codegen" }
weld-codegen = { version = "0.4.6", path = "../codegen" }

0 comments on commit c460117

Please sign in to comment.