Skip to content

Commit

Permalink
remove local paths in cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Feb 3, 2025
1 parent 14aa664 commit 5203a96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ tracing.workspace = true
rayon = { version = "1.10.0", optional = true }
serde = { version = "1.0", features = ["derive"] }

# icicle-cuda-runtime = { path = "../../../icicle/wrappers/rust/icicle-cuda-runtime", optional = true }
# icicle-core = { path = "../../../icicle/wrappers/rust/icicle-core", optional = true }
# icicle-m31 = { path = "../../../icicle/wrappers/rust/icicle-fields/icicle-m31", optional = true }
# icicle-hash = { path = "../../../icicle/wrappers/rust/icicle-hash", optional = true }
icicle-cuda-runtime = { git = "https://github.com/ingonyama-zk/icicle.git", optional = true, rev="e5f82455364e8729ad10cc8fb4271f7a0077f635"}
icicle-core = { git = "https://github.com/ingonyama-zk/icicle.git", optional = true, rev="e5f82455364e8729ad10cc8fb4271f7a0077f635"}
icicle-m31 = { git = "https://github.com/ingonyama-zk/icicle.git", optional = true, rev="e5f82455364e8729ad10cc8fb4271f7a0077f635"}
Expand Down

0 comments on commit 5203a96

Please sign in to comment.