Skip to content

Commit 22de072

Browse files
committed
chore: bump wrpc-introspect to 0.3.0
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 5183368 commit 22de072

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ wit-bindgen-wrpc-rust-macro = { version = "0.6", default-features = false, path
137137
wit-component = { version = "0.215", default-features = false }
138138
wit-parser = { version = "0.215", default-features = false }
139139
wrpc-cli = { version = "0.2.1", path = "./crates/cli", default-features = false }
140-
wrpc-introspect = { version = "0.2", default-features = false, path = "./crates/introspect" }
140+
wrpc-introspect = { version = "0.3", default-features = false, path = "./crates/introspect" }
141141
wrpc-runtime-wasmtime = { version = "0.20", path = "./crates/runtime-wasmtime", default-features = false }
142142
wrpc-transport = { version = "0.26.7", path = "./crates/transport", default-features = false }
143143
wrpc-transport-nats = { version = "0.22.3", path = "./crates/transport-nats", default-features = false }

crates/introspect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-introspect"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Component type introspection for wRPC"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)