diff --git a/Cargo.toml b/Cargo.toml index 404e624a..52c72b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -80,4 +80,4 @@ groups = ["group"] pairings = ["groups", "pairing"] alloc = ["group/alloc"] experimental = ["digest"] -nightly = ["subtle/nightly"] \ No newline at end of file +nightly = ["subtle/nightly"]