Skip to content

Commit

Permalink
chore: bump wrpc-introspect to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 15, 2024
1 parent 5183368 commit 155ce78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ wit-bindgen-wrpc-rust-macro = { version = "0.6", default-features = false, path
wit-component = { version = "0.215", default-features = false }
wit-parser = { version = "0.215", default-features = false }
wrpc-cli = { version = "0.2.1", path = "./crates/cli", default-features = false }
wrpc-introspect = { version = "0.2", default-features = false, path = "./crates/introspect" }
wrpc-introspect = { version = "0.3", default-features = false, path = "./crates/introspect" }
wrpc-runtime-wasmtime = { version = "0.20", path = "./crates/runtime-wasmtime", default-features = false }
wrpc-transport = { version = "0.26.7", path = "./crates/transport", default-features = false }
wrpc-transport-nats = { version = "0.22.3", path = "./crates/transport-nats", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/introspect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-introspect"
version = "0.2.0"
version = "0.3.0"
description = "Component type introspection for wRPC"

authors.workspace = true
Expand Down

0 comments on commit 155ce78

Please sign in to comment.