Просмотр исходного кода

use zcash_proofs and zcash_primitives crates

ghassmo 5 лет назад
Родитель
Сommit
79aab950c4
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      Cargo.toml

+ 4 - 2
Cargo.toml

@@ -16,8 +16,10 @@ bellman = { version = "0.8", default-features = false, features = ["groth16"] }
 bls12_381 = "0.3.1"
 bls12_381 = "0.3.1"
 jubjub = "0.5.1"
 jubjub = "0.5.1"
 
 
-zcash_primitives = { git = "https://github.com/zcash/librustzcash" }
-zcash_proofs = { git = "https://github.com/zcash/librustzcash" }
+zcash_primitives = "0.5.0"
+zcash_proofs = "0.5.0" 
+# zcash_primitives = { git = "https://github.com/zcash/librustzcash" }
+#zcash_proofs = { git = "https://github.com/zcash/librustzcash" }
 #zcash_proofs = { git = "https://github.com/narodnik/librustzcash" }
 #zcash_proofs = { git = "https://github.com/narodnik/librustzcash" }
 #bench-utils = { git = "https://github.com/scipr-lab/zexe", features = ["print-trace"]}
 #bench-utils = { git = "https://github.com/scipr-lab/zexe", features = ["print-trace"]}
 rand = "0.7.3"
 rand = "0.7.3"