mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
serial: Bring it back home
This commit is contained in:
@@ -15,12 +15,12 @@ darkfi = {path = "../../../../", features = ["zk"]}
|
||||
halo2_proofs = {version = "0.3.2", features = ["circuit-params"]}
|
||||
halo2_gadgets = {version = "0.4.0", features = ["circuit-params"]}
|
||||
rand = "0.8.5"
|
||||
darkfi-serial = "0.5.0"
|
||||
darkfi-serial = {path = "../../../../src/serial"}
|
||||
|
||||
[dev-dependencies]
|
||||
halo2_proofs = {version = "0.3.1", features = ["dev-graph", "sanity-checks"]}
|
||||
halo2_gadgets = "0.3.1"
|
||||
|
||||
[patch.crates-io]
|
||||
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v031"}
|
||||
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v031"}
|
||||
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v032"}
|
||||
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v032"}
|
||||
@@ -12,11 +12,11 @@ edition = "2024"
|
||||
[dependencies]
|
||||
darkfi-sdk = {path = "../../../../src/sdk"}
|
||||
darkfi = {path = "../../../../", features = ["zk"]}
|
||||
darkfi-serial = "0.5.0"
|
||||
darkfi-serial = {path = "../../../../src/serial"}
|
||||
|
||||
[patch.crates-io]
|
||||
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v031"}
|
||||
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v031"}
|
||||
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v032"}
|
||||
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v032"}
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
Reference in New Issue
Block a user