From f169ef06ed7bc7071da9be16e4435a6cb969606c Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 4 Dec 2019 12:00:26 -0800 Subject: [PATCH] Use published Jubjub. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"