Skip to content

Commit

Permalink
Switch bellpepper dependency (#273)
Browse files Browse the repository at this point in the history
* chore: Update bellpepper dependencies and test tolerances

- Updated `bellpepper-core` dependency to a released version for stability and reliability
- Kept `bellpepper` dependency source to promote code consistency, utilizing the `dev` branch from the new repository.

* point the bellpepper dependency back to lurk-lab@dev
  • Loading branch information
huitseeker committed Aug 8, 2024
1 parent 3674d2a commit b6fb1f9
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 @@ -85,7 +85,7 @@ members = [

# Dependencies that should be kept in sync through the whole workspace
[workspace.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 }
blake2s_simd = "1.0.1"
blstrs = { version = "0.7.0" }
Expand Down

0 comments on commit b6fb1f9

Please sign in to comment.