Skip to content

Commit

Permalink
chore: depend on bellpepper-core version 0.4.0 as released
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Feb 20, 2024
1 parent cf65088 commit 221a67a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ thiserror = { workspace = true }
abomonation = { workspace = true }
abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" }
byteorder = "1.4.3"
circom-scotia = { git = "https://github.com/lurk-lab/circom-scotia", branch = "dev" }
circom-scotia = { git = "https://github.com/huitseeker/circom-scotia", branch = "switch_to_bellppepper_dev" }
sha2 = { version = "0.10.2" }
reqwest = { version = "0.11.18", features = ["stream", "blocking"] }
ansi_term = "0.12.1"
Expand Down Expand Up @@ -115,14 +115,14 @@ members = ["lurk-macros", "lurk-metrics"]
[workspace.dependencies]
abomonation = "0.7.3"
anyhow = "1.0.72"
bellpepper = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" }
bellpepper-core = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" }
bellpepper = { git = "https://github.com/huitseeker/bellpepper", branch = "dev" }
bellpepper-core = { version = "0.4.0" }
bincode = "1.3.3"
clap = "4.3.17"
ff = "0.13"
metrics = "0.22.0"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", default-features = false, features = ["abomonation"] }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo", features = ["abomonate"]}
neptune = { git = "https://github.com/huitseeker/neptune", branch = "switch-bellpepper-dependency", default-features = false, features = ["abomonation"] }
nova = { git = "https://github.com/huitseeker/arecibo", branch = "switch-bellpepper-dependency", package = "arecibo", features = ["abomonate"]}
once_cell = "1.18.0"
pairing = { version = "0.23" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }
Expand Down

0 comments on commit 221a67a

Please sign in to comment.