Skip to content

Commit 915bc3f

Browse files
chore(deps): update rig-core requirement from 0.10.0 to 0.12.0 (#231)
Updates the requirements on [rig-core](https://github.com/0xPlaygrounds/rig) to permit the latest version. - [Release notes](https://github.com/0xPlaygrounds/rig/releases) - [Commits](0xPlaygrounds/rig@rig-core-v0.10.0...rig-core-v0.12.0) --- updated-dependencies: - dependency-name: rig-core dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83c7aae commit 915bc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rig-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = { workspace = true }
1212
readme = { workspace = true }
1313

1414
[dependencies]
15-
rig-core = "0.10.0"
15+
rig-core = "0.12.0"
1616
tokio = { version = "1", features = ["full"] }
1717
rmcp = { path = "../../crates/rmcp", features = [
1818
"client",

0 commit comments

Comments
 (0)