Przeglądaj źródła

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

Ian Goldberg 2 miesięcy temu
rodzic
commit
1a4bfb1766
2 zmienionych plików z 268 dodań i 158 usunięć
  1. 262 152
      Cargo.lock
  2. 6 6
      Cargo.toml

Plik diff jest za duży
+ 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

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików