Skip to content

Commit c095af7

Browse files
authored
Merge pull request #239 from syncable-dev/develop
fix: add version to rig-bedrock dependency for crates.io publishing
2 parents 0c4ad07 + 9d3b39c commit c095af7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ futures-util = "0.3"
7373

7474
# Agent dependencies (using Rig - LLM application framework)
7575
rig-core = { version = "0.27", features = ["derive"] }
76-
rig-bedrock = { path = "vendor/rig-bedrock" } # Vendored with fix for extended thinking + tool calls
76+
rig-bedrock = { version = "0.3", path = "vendor/rig-bedrock" } # Vendored with fix for extended thinking + tool calls
7777

7878
# Diff rendering for file confirmation UI
7979
similar = "2.6"
@@ -110,4 +110,4 @@ path = "examples/security_analysis.rs"
110110
# The upstream version drops Reasoning blocks when a tool call is present.
111111
# See: vendor/rig-bedrock/src/types/assistant_content.rs for the fix.
112112
[patch.crates-io]
113-
rig-bedrock = { path = "vendor/rig-bedrock" }
113+
rig-bedrock = { version = "0.3", path = "vendor/rig-bedrock" }

0 commit comments

Comments
 (0)