Kaynağa Gözat

Use updated cmz and sigma-compiler repos until version push

onyinyang 6 ay önce
ebeveyn
işleme
1c605d1ca3
3 değiştirilmiş dosya ile 6 ekleme ve 4 silme
  1. 2 4
      Cargo.lock
  2. 2 0
      Cargo.toml
  3. 2 0
      crates/lox-extensions/Cargo.toml

+ 2 - 4
Cargo.lock

@@ -313,8 +313,6 @@ dependencies = [
 [[package]]
 name = "cmz-core"
 version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d44996d931fb4b23721bbbec00396fec6f7505fc0534da8891bb1a3d10ec1490"
 dependencies = [
  "clap",
  "darling 0.20.11",
@@ -327,8 +325,6 @@ dependencies = [
 [[package]]
 name = "cmz-derive"
 version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1910788dc7a1e8d23bbeacd98162eb440a01d28914e7b935a7a49db2a208da1"
 dependencies = [
  "cmz-core",
  "darling 0.20.11",
@@ -1372,6 +1368,8 @@ dependencies = [
  "bincode",
  "chrono",
  "cmz",
+ "cmz-core",
+ "cmz-derive",
  "curve25519-dalek",
  "ed25519-dalek",
  "ff",

+ 2 - 0
Cargo.toml

@@ -52,3 +52,5 @@ sigma-compiler = { path = "../../SigmaProtocol/sigma-compiler" }
 sigma-compiler-derive = { path = "../../SigmaProtocol/sigma-compiler/sigma-compiler-derive" }
 sigma-compiler-core = { path = "../../SigmaProtocol/sigma-compiler/sigma-compiler-core" }
 cmz = { path = "../../SigmaProtocol/cmz" }
+cmz-core = { path = "../../SigmaProtocol/cmz/cmz-core" }
+cmz-derive = { path = "../../SigmaProtocol/cmz/cmz-derive" }

+ 2 - 0
crates/lox-extensions/Cargo.toml

@@ -23,6 +23,8 @@ sha1 = "0.10"
 sha2 = "0.10.9"
 subtle = "2.5"
 cmz = "0.1.0"
+cmz-core = "0.1.0"
+cmz-derive = "0.1.0"
 group = "0.13"
 ff = "0.13.1"
 bincode = "1"