Procházet zdrojové kódy

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

Ian Goldberg před 2 měsíci
rodič
revize
1a4bfb1766
2 změnil soubory, kde provedl 268 přidání a 158 odebrání
  1. 262 152
      Cargo.lock
  2. 6 6
      Cargo.toml

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů