Skip to content

Commit dd66fde

Browse files
committed
Merge remote-tracking branch 'origin/main' into v2
# Conflicts: # Cargo.toml
2 parents 55317ba + 75f5b68 commit dd66fde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.13.0", 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)