Skip to content

Commit

Permalink
Rpc version (#73)
Browse files Browse the repository at this point in the history
* define WASMCLOUD_RPC_VERSION

Signed-off-by: stevelr <[email protected]>

* bump to 0.7.1

Signed-off-by: stevelr <[email protected]>
  • Loading branch information
stevelr authored Feb 3, 2022
1 parent cadac41 commit 934f3f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rpc-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmbus-rpc"
version = "0.7.0"
version = "0.7.1"
authors = [ "wasmcloud Team" ]
license = "Apache-2.0"
description = "Runtime library for actors and capability providers"
Expand Down
4 changes: 4 additions & 0 deletions rpc-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ pub mod rpc_client;
#[doc(hidden)]
pub const WASMBUS_RPC_IMPORT_NAME: &str = "wasmbus";

/// Version number of this api
#[doc(hidden)]
pub const WASMBUS_RPC_VERSION: u32 = 0;

/// This crate's published version
pub const WELD_CRATE_VERSION: &str = env!("CARGO_PKG_VERSION");

Expand Down

0 comments on commit 934f3f9

Please sign in to comment.