diff --git a/Cargo.toml b/Cargo.toml index a17c9c4..7f2138e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" rand_core = "0.5" thiserror = "1.0" blake2b_simd = "0.5" -jubjub = { git = "https://github.com/zkcrypto/jubjub", rev = "e83f7d2bd136498a27f9d943fea635d8682bf2c6" } +jubjub = "0.3" [dev-dependencies] rand = "0.7"