Skip to content

Commit

Permalink
Merge pull request #162 from connorsmith256/bumpity-bump
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
connorsmith256 authored Sep 19, 2023
2 parents 7c259ad + a3874fb commit 572e9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.14.0"
version = "0.15.0"
authors = [ "wasmcloud Team" ]
license = "Apache-2.0"
description = "Runtime library for actors and capability providers"
Expand Down Expand Up @@ -46,7 +46,7 @@ num-bigint = { version = "0.4", optional = true }
bigdecimal = { version = "0.3", optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-nats = "0.30"
async-nats = "0.31"
atty = "0.2"
data-encoding = "2.3"
futures = "0.3"
Expand Down

0 comments on commit 572e9a1

Please sign in to comment.