Skip to content

Commit 2a9fe99

Browse files
committed
chore: set version to 10.0.0-alpha.2
1 parent 0f9f0b4 commit 2a9fe99

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/sacp-conductor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-support = []
1414
[dependencies]
1515
sacp = { version = "10.0.0-alpha.2", path = "../sacp" }
1616
sacp-tokio = { version = "10.0.0-alpha.2", path = "../sacp-tokio" }
17-
sacp-trace-viewer = { version = "10.0.0-alpha.1", path = "../sacp-trace-viewer" }
17+
sacp-trace-viewer = { version = "10.0.0-alpha.2", path = "../sacp-trace-viewer" }
1818
agent-client-protocol-schema.workspace = true
1919
anyhow.workspace = true
2020
axum.workspace = true

src/sacp-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-derive"
3-
version = "10.0.0-alpha.1"
3+
version = "10.0.0-alpha.2"
44
edition = "2024"
55
description = "Derive macros for SACP JSON-RPC traits"
66
license = "MIT OR Apache-2.0"

src/sacp-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-test"
3-
version = "10.0.0-alpha.1"
3+
version = "10.0.0-alpha.2"
44
edition = "2024"
55
description = "Test utilities and mock implementations for SACP"
66
license = "MIT OR Apache-2.0"

src/sacp-trace-viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sacp-trace-viewer"
3-
version = "10.0.0-alpha.1"
3+
version = "10.0.0-alpha.2"
44
edition = "2024"
55
description = "Interactive sequence diagram viewer for SACP trace files"
66
license = "MIT OR Apache-2.0"

src/sacp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["development-tools"]
1010

1111
[dependencies]
1212
agent-client-protocol-schema.workspace = true
13-
sacp-derive = { version = "10.0.0-alpha.1", path = "../sacp-derive" }
13+
sacp-derive = { version = "10.0.0-alpha.2", path = "../sacp-derive" }
1414
anyhow.workspace = true
1515
boxfnonce.workspace = true
1616
futures.workspace = true

0 commit comments

Comments
 (0)