Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Sphinx precompile crate name update #23

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ optional = true
# Sphinx imports bls12_381 in a non-zkvm context, and bls12_381 imported sphinx in that context, it
# could create a circular dependency.
[target.'cfg(target_os = "zkvm")'.dependencies]
sphinx-precompiles = { git = "https://github.com/argumentcomputer/sphinx", branch = "dev" }
sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", branch = "dev" }

[features]
default = ["groups", "pairings", "alloc", "bits"]
Expand All @@ -80,4 +80,4 @@ groups = ["group"]
pairings = ["groups", "pairing"]
alloc = ["group/alloc"]
experimental = ["digest"]
nightly = ["subtle/nightly"]
nightly = ["subtle/nightly"]
Loading