Browse Source

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

Michele Orrù 3 weeks ago
parent
commit
5ac5c724ce
2 changed files with 215 additions and 455 deletions
  1. 208 450
      Cargo.lock
  2. 7 5
      Cargo.toml

File diff suppressed because it is too large
+ 208 - 450
Cargo.lock


+ 7 - 5
Cargo.toml

@@ -31,11 +31,13 @@ sha2 = "0.10"
 [patch.crates-io]
 cmz-derive = { path = "cmz-derive" }
 cmz-core = { path = "cmz-core" }
-# sigma-compiler = { path = "../sigma-compiler" }
-# sigma-compiler-derive = { path = "../sigma-compiler/sigma-compiler-derive" }
-# sigma-compiler-core = { path = "../sigma-compiler/sigma-compiler-core" }
-# sigma-proofs = { path = "../sigma-proofs" }
-# spongefish = { path = "../spongefish/spongefish" }
+# Until the draft-v3 line of these crates is released, take them from the
+# branches the rewrite lives on.
+sigma-compiler = { git = "https://github.com/sigma-rs/sigma-compiler", branch = "mu/draft-v3" }
+sigma-compiler-derive = { git = "https://github.com/sigma-rs/sigma-compiler", branch = "mu/draft-v3" }
+sigma-compiler-core = { git = "https://github.com/sigma-rs/sigma-compiler", branch = "mu/draft-v3" }
+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" }
 
 [features]
 # Dump (to stdout or to a string) the value of the instance on both the

Some files were not shown because too many files changed in this diff