소스 검색

Update sigma-compiler dependency to 0.2.2 and update Cargo.lock

Ian Goldberg 5 달 전
부모
커밋
1a4bfb1766
2개의 변경된 파일268개의 추가작업 그리고 158개의 파일을 삭제
  1. 262 152
      Cargo.lock
  2. 6 6
      Cargo.toml

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 262 - 152
Cargo.lock


+ 6 - 6
Cargo.toml

@@ -17,7 +17,7 @@ rand = "0.8.5"
 serde = { version = "1", features = [ "derive" ] }
 serde_bytes = "0.11"
 serde_with = "3"
-sigma-compiler = "0.2.1"
+sigma-compiler = "0.2.2"
 thiserror = "2"
 
 [dev-dependencies]
@@ -29,11 +29,11 @@ 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" }
+# 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" }
 
 [features]
 # Dump (to stdout or to a string) the value of the instance on both the

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