File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tokio-util.workspace = true
3131tracing.workspace = true
3232tracing-subscriber.workspace = true
3333uuid.workspace = true
34- sacp-tokio = { version = " 8.1 .0" , path = " ../sacp-tokio" }
34+ sacp-tokio = { version = " 9.0 .0" , path = " ../sacp-tokio" }
3535
3636[dev-dependencies ]
3737expect-test.workspace = true
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ test-support = []
1313
1414[dependencies ]
1515sacp = { version = " 9.0.0" , path = " ../sacp" }
16- sacp-tokio = { version = " 8.1 .0" , path = " ../sacp-tokio" }
17- sacp-trace-viewer = { version = " 8 .0.0" , path = " ../sacp-trace-viewer" }
16+ sacp-tokio = { version = " 9.0 .0" , path = " ../sacp-tokio" }
17+ sacp-trace-viewer = { version = " 9 .0.0" , path = " ../sacp-trace-viewer" }
1818agent-client-protocol-schema.workspace = true
1919anyhow.workspace = true
2020axum.workspace = true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 8 .0.1 ] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-tee-v8.0.0...sacp-tee-v8 .0.1 ) - 2025-12-19
10+ ## [ 9 .0.0 ] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-tee-v8.0.0...sacp-tee-v9 .0.0 ) - 2025-12-19
1111
1212### Other
1313
Original file line number Diff line number Diff line change 11[package ]
22name = " sacp-tee"
3- version = " 8 .0.1 "
3+ version = " 9 .0.0 "
44edition = " 2024"
55description = " A debugging proxy that logs all ACP traffic to a file"
66license = " MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ anyhow.workspace = true
1313chrono.workspace = true
1414clap = { workspace = true , features = [" derive" ] }
1515sacp = { version = " 9.0.0" , path = " ../sacp" }
16- sacp-tokio = { version = " 8.1 .0" , path = " ../sacp-tokio" }
16+ sacp-tokio = { version = " 9.0 .0" , path = " ../sacp-tokio" }
1717serde = { workspace = true , features = [" derive" ] }
1818serde_json.workspace = true
1919tokio = { workspace = true , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 8 .0.0] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v8 .0.0 ) - 2025-12-15
10+ ## [ 9 .0.0] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v9 .0.0 ) - 2025-12-15
1111
1212### Added
1313
Original file line number Diff line number Diff line change 11[package ]
22name = " sacp-test"
3- version = " 8 .0.0"
3+ version = " 9 .0.0"
44edition = " 2024"
55description = " Test utilities and mock implementations for SACP"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 8.1 .0] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-tokio-v8.0.0...sacp-tokio-v8.1 .0 ) - 2025-12-19
10+ ## [ 9.0 .0] ( https://github.com/symposium-dev/symposium-acp/compare/sacp-tokio-v8.0.0...sacp-tokio-v9.0 .0 ) - 2025-12-19
1111
1212### Added
1313
Original file line number Diff line number Diff line change 11[package ]
22name = " sacp-tokio"
3- version = " 8.1 .0"
3+ version = " 9.0 .0"
44edition = " 2024"
55description = " Tokio-based utilities for SACP (Symposium's extensions to ACP)"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " sacp-trace-viewer"
3- version = " 8 .0.0"
3+ version = " 9 .0.0"
44edition = " 2024"
55description = " Interactive sequence diagram viewer for SACP trace files"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ path = "src/main.rs"
1515
1616[dependencies ]
1717sacp = { version = " 9.0.0" , path = " ../sacp" }
18- sacp-tokio = { version = " 8.1 .0" , path = " ../sacp-tokio" }
18+ sacp-tokio = { version = " 9.0 .0" , path = " ../sacp-tokio" }
1919tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
2020tracing.workspace = true
2121tracing-subscriber.workspace = true
You can’t perform that action at this time.
0 commit comments