We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1cbbf commit 992c6e2Copy full SHA for 992c6e2
Cargo.toml
@@ -17,7 +17,7 @@ include = ["/src/**/*.rs", "/README.md", "/LICENSE", "/Cargo.toml"]
17
unstable = ["agent-client-protocol-schema/unstable"]
18
19
[dependencies]
20
-agent-client-protocol-schema = { version = "0.4.9", features = ["unstable"] }
+agent-client-protocol-schema = "0.4.9"
21
anyhow = "1"
22
async-broadcast = "0.7"
23
async-trait = "0.1"
0 commit comments