Skip to content

Commit bb1fb98

Browse files
committed
chore: move cookbook last in workspace
1 parent 9fdbddb commit bb1fb98

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
members = [
33
"src/agent-client-protocol",
44
"src/agent-client-protocol-conductor",
5-
"src/agent-client-protocol-cookbook",
65
"src/agent-client-protocol-derive",
76
"src/agent-client-protocol-polyfill",
87
"src/agent-client-protocol-rmcp",
98
"src/agent-client-protocol-test",
109
"src/agent-client-protocol-trace-viewer",
1110
"src/yopo",
11+
# Keep cookbook last: release-plz currently ignores versioned
12+
# dev-dependency edges, but cargo publish still validates them.
13+
"src/agent-client-protocol-cookbook",
1214
]
1315
resolver = "3"
1416

0 commit comments

Comments
 (0)