Skip to content

Commit 05a4b1f

Browse files
mivertowskiclaude
andcommitted
deps: use ringkernel 0.2.0 from crates.io instead of path dependencies
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 50f8e79 commit 05a4b1f

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,15 @@ rustkernel-accounting = { path = "crates/rustkernel-accounting" }
5151
rustkernel-payments = { path = "crates/rustkernel-payments" }
5252
rustkernel-audit = { path = "crates/rustkernel-audit" }
5353

54-
# RustCompute / RingKernel dependencies
55-
# Note: RustCompute is at /home/michael/DEV/Repos/RustCompute/RustCompute/
56-
ringkernel = { path = "../../RustCompute/RustCompute/crates/ringkernel" }
57-
ringkernel-core = { path = "../../RustCompute/RustCompute/crates/ringkernel-core" }
58-
ringkernel-derive = { path = "../../RustCompute/RustCompute/crates/ringkernel-derive" }
59-
ringkernel-cuda = { path = "../../RustCompute/RustCompute/crates/ringkernel-cuda" }
60-
ringkernel-wgpu = { path = "../../RustCompute/RustCompute/crates/ringkernel-wgpu" }
61-
ringkernel-cpu = { path = "../../RustCompute/RustCompute/crates/ringkernel-cpu" }
62-
ringkernel-ecosystem = { path = "../../RustCompute/RustCompute/crates/ringkernel-ecosystem" }
63-
ringkernel-codegen = { path = "../../RustCompute/RustCompute/crates/ringkernel-codegen" }
54+
# RustCompute / RingKernel dependencies (from crates.io)
55+
ringkernel = "0.2.0"
56+
ringkernel-core = "0.2.0"
57+
ringkernel-derive = "0.2.0"
58+
ringkernel-cuda = "0.2.0"
59+
ringkernel-wgpu = "0.2.0"
60+
ringkernel-cpu = "0.2.0"
61+
ringkernel-ecosystem = "0.2.0"
62+
ringkernel-codegen = "0.2.0"
6463

6564
# Async runtime
6665
tokio = { version = "1.43", features = ["full"] }

0 commit comments

Comments
 (0)