Skip to content

Commit 992c6e2

Browse files
committed
Fix unstable flag
1 parent 2c1cbbf commit 992c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include = ["/src/**/*.rs", "/README.md", "/LICENSE", "/Cargo.toml"]
1717
unstable = ["agent-client-protocol-schema/unstable"]
1818

1919
[dependencies]
20-
agent-client-protocol-schema = { version = "0.4.9", features = ["unstable"] }
20+
agent-client-protocol-schema = "0.4.9"
2121
anyhow = "1"
2222
async-broadcast = "0.7"
2323
async-trait = "0.1"

0 commit comments

Comments
 (0)