Skip to content

Commit 35299e0

Browse files
cognectclaude
andcommitted
fix(deps): bump atomr workspace pin to 0.8.0
The atomr sibling repo's main is at 0.8.0; atomr-accel was still pinning ^0.7.0 path-deps, which meant CI (which checks out rustakka/atomr@main) hit `failed to select a version for the requirement atomr-config = "^0.7.0"` on every job, including the v0.4.4 release pipeline (which never made it past the verify gate, so v0.4.4 is tagged but unreleased). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 027894e commit 35299e0

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ keywords = ["cuda", "gpu", "atomr", "actor", "ml"]
3030
categories = ["concurrency", "asynchronous", "science", "hardware-support"]
3131

3232
[workspace.dependencies]
33-
atomr-core = { path = "../atomr/crates/atomr-core", version = "0.7.0" }
34-
atomr-config = { path = "../atomr/crates/atomr-config", version = "0.7.0" }
35-
atomr-macros = { path = "../atomr/crates/atomr-macros", version = "0.7.0" }
36-
atomr-persistence = { path = "../atomr/crates/atomr-persistence", version = "0.7.0" }
37-
atomr-cluster-sharding = { path = "../atomr/crates/atomr-cluster-sharding", version = "0.7.0" }
38-
atomr-streams = { path = "../atomr/crates/atomr-streams", version = "0.7.0" }
39-
atomr-telemetry = { path = "../atomr/crates/atomr-telemetry", version = "0.7.0" }
40-
atomr-testkit = { path = "../atomr/crates/atomr-testkit", version = "0.7.0" }
33+
atomr-core = { path = "../atomr/crates/atomr-core", version = "0.8.0" }
34+
atomr-config = { path = "../atomr/crates/atomr-config", version = "0.8.0" }
35+
atomr-macros = { path = "../atomr/crates/atomr-macros", version = "0.8.0" }
36+
atomr-persistence = { path = "../atomr/crates/atomr-persistence", version = "0.8.0" }
37+
atomr-cluster-sharding = { path = "../atomr/crates/atomr-cluster-sharding", version = "0.8.0" }
38+
atomr-streams = { path = "../atomr/crates/atomr-streams", version = "0.8.0" }
39+
atomr-telemetry = { path = "../atomr/crates/atomr-telemetry", version = "0.8.0" }
40+
atomr-testkit = { path = "../atomr/crates/atomr-testkit", version = "0.8.0" }
4141

4242
cudarc = { version = "0.19.4", features = ["cuda-version-from-build-system", "fallback-latest"] }
4343

0 commit comments

Comments
 (0)