diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 76e19cc215..e2f43193ac 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -18,7 +18,7 @@ ed25519-dalek = "2.1.0" ed448-goldilocks-plus = "0.11" ecdsa = "0.16.8" elliptic-curve = { version = "0.13.5", features = ["arithmetic", "hash2curve"] } -jubjub = { version = "0.10", git = "https://github.com/LIT-Protocol/jubjub.git" } +jubjub = { package="jubjub-plus" , version = "0.10" } k256 = { version = "0.13", default-features = false, features = ["ecdsa", "arithmetic"] } p256 = { version = "0.13", default-features = false, features = ["ecdsa", "arithmetic"] } p384 = { version = "0.13", default-features = false, features = ["ecdsa", "arithmetic", "expose-field", "hash2curve"] }