Explorar o código

chore: patch sigma-proofs and spongefish to their mu/draft-v3 branches

Michele Orrù hai 5 días
pai
achega
f783ddb367
Modificáronse 2 ficheiros con 97 adicións e 756 borrados
  1. 93 754
      Cargo.lock
  2. 4 2
      Cargo.toml

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 93 - 754
Cargo.lock


+ 4 - 2
Cargo.toml

@@ -26,5 +26,7 @@ dump = [ "sigma-compiler-derive/dump" ]
 [patch.crates-io]
 sigma-compiler-derive = { path = "sigma-compiler-derive" }
 sigma-compiler-core = { path = "sigma-compiler-core" }
-# sigma-proofs = { path = "../sigma-proofs" }
-# spongefish = { path = "../spongefish/spongefish" }
+# Until the draft-v3 line of both crates is released, take them from the
+# branches the rewrite lives on.
+sigma-proofs = { git = "https://github.com/sigma-rs/sigma-proofs", branch = "mu/draft-v3" }
+spongefish = { git = "https://github.com/arkworks-rs/spongefish", branch = "mu/draft-v3" }

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio