Skip to content

Commit

Permalink
chore(rust): bump crates
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed May 20, 2024
1 parent 501a4d6 commit d4755c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc"
version = "0.1.2"
version = "0.1.3"
description = "WebAssembly component-native RPC framework based on WIT"

authors.workspace = true
Expand Down Expand Up @@ -139,7 +139,7 @@ webpki-roots = { version = "0.26", default-features = false }
wit-bindgen = { version = "0.24", default-features = false }
wit-bindgen-core = { version = "0.24", default-features = false }
wit-bindgen-wrpc = { version = "0.3.6", default-features = false, path = "./crates/wit-bindgen" }
wit-bindgen-wrpc-go = { version = "0.1.0", default-features = false, path = "./crates/wit-bindgen-go" }
wit-bindgen-wrpc-go = { version = "0.1.1", default-features = false, path = "./crates/wit-bindgen-go" }
wit-bindgen-wrpc-rust = { version = "0.3.3", default-features = false, path = "./crates/wit-bindgen-rust" }
wit-bindgen-wrpc-rust-macro = { version = "0.3.4", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
wit-component = { version = "0.202", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-bindgen-go/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wit-bindgen-wrpc-go"
version = "0.1.0"
version = "0.1.1"
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Go bindings generator for wRPC
Expand Down

0 comments on commit d4755c8

Please sign in to comment.