Skip to content

Commit e8309e3

Browse files
authored
chore: Fix test dependency resolution (#133)
1 parent 29d33ab commit e8309e3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ agent-client-protocol = { path = "src/agent-client-protocol", version = "0.11.0"
2525
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.11.0" }
2626
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.11.0" }
2727
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.11.0" }
28-
agent-client-protocol-test = { path = "src/agent-client-protocol-test", version = "0.11.0" }
28+
agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
2929
agent-client-protocol-tokio = { path = "src/agent-client-protocol-tokio", version = "0.11.0" }
3030
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.11.0" }
31-
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo", version = "0.11.0" }
31+
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
3232

3333
# Core async runtime
3434
tokio = { version = "1.48", features = ["full"] }

src/agent-client-protocol-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license.workspace = true
77
repository.workspace = true
88
homepage.workspace = true
99
description = "Test utilities and mock implementations for the Agent Client Protocol"
10+
publish = false
1011

1112
[[bin]]
1213
name = "mcp-echo-server"

src/yopo/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license.workspace = true
77
repository.workspace = true
88
homepage.workspace = true
99
description = "YOPO (You Only Prompt Once) - A simple ACP client for one-shot prompts"
10+
publish = false
1011

1112
[lib]
1213
name = "yopo"

0 commit comments

Comments
 (0)