Skip to content

Commit e3bd6fb

Browse files
authored
feat(schema): update to version 0.10 of agent-client-protocol-schema (#26)
1 parent 772b085 commit e3bd6fb

File tree

4 files changed

+99
-71
lines changed

4 files changed

+99
-71
lines changed

Cargo.lock

Lines changed: 92 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tokio = { version = "1.48", features = ["full"] }
2727
tokio-util = { version = "0.7", features = ["compat"] }
2828

2929
# Protocol
30-
agent-client-protocol-schema = { version = "0.9.0" }
30+
agent-client-protocol-schema = { version = "0.10.0" }
3131

3232
# Serialization
3333
serde = { version = "1.0", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)