Skip to content

Commit

Permalink
chore: Update dependency versions and sources in Cargo.toml (#338)
Browse files Browse the repository at this point in the history
* chore: Update dependency versions and sources in Cargo.toml

- Updated the version of `bellpepper-core` dependency to `0.4.0`.
- Changed the repository source for `bellpepper` and `neptune` dependencies from `lurk-lab` to `huitseeker`.
- Transitioned `neptune` dependency's branch from "dev" to "switch-bellpepper-dependency".

* point neptune & bellpepper back to lurk-lab@dev
  • Loading branch information
huitseeker authored Feb 20, 2024
1 parent f3560c8 commit 346b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["zkSNARKs", "cryptography", "proofs"]
rust-version="1.71.0"

[dependencies]
bellpepper-core = { git="https://github.com/lurk-lab/bellpepper", branch="dev", default-features = false }
bellpepper-core = { version = "0.4.0", default-features = false }
bellpepper = { git="https://github.com/lurk-lab/bellpepper", branch="dev", default-features = false }
ff = { version = "0.13.0", features = ["derive"] }
digest = "0.10"
Expand Down

0 comments on commit 346b9cf

Please sign in to comment.