Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 48 additions & 48 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@

[workspace.dependencies]
# Internal crates
agent-client-protocol = { path = "src/agent-client-protocol", version = "2.1.0" }
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "2.1.0" }
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "2.1.0" }
agent-client-protocol-http = { path = "src/agent-client-protocol-http", version = "2.1.0" }
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "2.1.0" }
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "3.1.0" }
agent-client-protocol = { path = "src/agent-client-protocol", version = "2.1.1" }
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "2.1.1" }

Check warning on line 31 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Build

unused workspace dependency `agent-client-protocol-conductor`
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "2.1.1" }
agent-client-protocol-http = { path = "src/agent-client-protocol-http", version = "2.1.1" }

Check warning on line 33 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Build

unused workspace dependency `agent-client-protocol-http`
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "2.1.1" }
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "3.1.1" }
agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "2.1.0" }
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "2.1.1" }
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }

# Protocol
Expand Down
2 changes: 1 addition & 1 deletion src/agent-client-protocol-conductor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "agent-client-protocol-conductor"
version = "2.1.0"
version = "2.1.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

Check warning on line 9 in src/agent-client-protocol-conductor/Cargo.toml

View workflow job for this annotation

GitHub Actions / Build

`package.homepage` is redundant with `package.repository`
description = "Conductor for orchestrating Agent Client Protocol proxy chains"
keywords = ["acp", "agent", "conductor", "ai"]
categories = ["development-tools"]
Expand Down
2 changes: 1 addition & 1 deletion src/agent-client-protocol-cookbook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agent-client-protocol-cookbook"
version = "2.1.0"
version = "2.1.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/agent-client-protocol-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "agent-client-protocol-derive"
version = "2.1.0"
version = "2.1.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

Check warning on line 9 in src/agent-client-protocol-derive/Cargo.toml

View workflow job for this annotation

GitHub Actions / Build

`package.homepage` is redundant with `package.repository`
description = "Derive macros for Agent Client Protocol JSON-RPC traits"

[lib]
Expand Down
Loading
Loading