소스 검색

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" }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.