Skip to content

Commit 75f5b68

Browse files
authored
feat: bump protocol schema to 0.13.0 (#160)
1 parent 2b8d645 commit 75f5b68

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
2828
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.11.0" }
2929
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
3030

31+
# Protocol
32+
agent-client-protocol-schema = { version = "=0.13.0", features = ["tracing"] }
33+
3134
# Core async runtime
3235
tokio = { version = "1.52", features = ["full"] }
3336
tokio-util = { version = "0.7", features = ["compat"] }
3437

35-
# Protocol
36-
agent-client-protocol-schema = { version = "=0.12.2", features = ["tracing"] }
37-
3838
# Serialization
3939
serde = { version = "1.0", features = ["derive", "rc"] }
4040
serde_json = { version = "1", features = ["raw_value"] }

0 commit comments

Comments
 (0)