瀏覽代碼

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

Michele Orrù 5 天之前
父節點
當前提交
f783ddb367
共有 2 個文件被更改,包括 97 次插入756 次删除
  1. 93 754
      Cargo.lock
  2. 4 2
      Cargo.toml

文件差異過大導致無法顯示
+ 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" }

部分文件因文件數量過多而無法顯示