Skip to content

Commit 84e1502

Browse files
committed
chore: bump introspect
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 7efde66 commit 84e1502

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -176,7 +176,7 @@ wit-bindgen-wrpc-rust-macro = { version = "0.9", default-features = false, path
176176
wit-component = { version = "0.230", default-features = false }
177177
wit-parser = { version = "0.220", default-features = false }
178178
wrpc-cli = { version = "0.6", path = "./crates/cli", default-features = false }
179-
wrpc-introspect = { version = "0.6", default-features = false, path = "./crates/introspect" }
179+
wrpc-introspect = { version = "0.7", default-features = false, path = "./crates/introspect" }
180180
wrpc-runtime-wasmtime = { version = "0.29", path = "./crates/runtime-wasmtime", default-features = false }
181181
wrpc-test = { path = "./crates/test", default-features = false }
182182
wrpc-transport = { version = "0.28.3", path = "./crates/transport", 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.6.0"
3+
version = "0.7.0"
44
description = "Component type introspection for wRPC"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)