Просмотр исходного кода

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

Ian Goldberg 2 месяцев назад
Родитель
Сommit
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

Некоторые файлы не были показаны из-за большого количества измененных файлов