Skip to content

Commit

Permalink
chore: remove no-longer-relevant forks on dev (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored Feb 20, 2024
1 parent e28f408 commit 51a46b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ members = [
bellpepper-core = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev", default-features = false }
bellpepper = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev", default-features = false }
blake2s_simd = "1.0.1"
blstrs = { git="https://github.com/lurk-lab/blstrs.git", branch="dev"}
blstrs = { version = "0.7.0" }
ff = "0.13.0"
generic-array = "0.14.7"
pasta_curves = { git="https://github.com/lurk-lab/pasta_curves", branch="dev" }
ec-gpu = { git="https://github.com/lurk-lab/ec-gpu", branch="dev" }
ec-gpu-gen = { git="https://github.com/lurk-lab/ec-gpu", branch="dev" }
pasta_curves = "0.5"
ec-gpu = { version = "0.2.0" }
ec-gpu-gen = { version = "0.7.0" }
log = "0.4.19"
byteorder = "1"

Expand Down

0 comments on commit 51a46b9

Please sign in to comment.