|
|
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "lib"]
|
|
|
[dependencies]
|
|
|
# The main smart contract dependencies necessary for each/most contracts
|
|
|
darkfi-sdk = { git = "https://codeberg.org/darkrenaissance/darkfi", features = ["wasm"] }
|
|
|
-darkfi-serial = { version = "0.5.1", features = ["derive", "crypto"] }
|
|
|
+darkfi-serial = { git = "https://codeberg.org/darkrenaissance/darkfi", features = ["derive", "crypto"] }
|
|
|
|
|
|
# The client-side dependencies used for transaction creation. These aren't
|
|
|
# needed in WASM so they are optional, and enabled through the `client`
|
|
|
@@ -40,5 +40,5 @@ name = "membership"
|
|
|
path = "client/main.rs"
|
|
|
|
|
|
[patch.crates-io]
|
|
|
-halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v032"}
|
|
|
-halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v032"}
|
|
|
+halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v050"}
|
|
|
+halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v050"}
|