Skip to content

Commit

Permalink
chore: setup dependencies on dev forks
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jul 6, 2023
1 parent bb335de commit 40cadfc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 45 deletions.
69 changes: 31 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ thiserror = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
memmap = { version = "0.5.10", package = "memmap2" }
pasta-msm = "0.1.4"
pasta-msm = { git = "https://github.com/lurk-lab/pasta-msm", branch = "dev" }
proptest = "1.1.0"
proptest-derive = "0.3.0"
rand = "0.8.5"
Expand Down Expand Up @@ -94,17 +94,17 @@ members = ["clutch",
[workspace.dependencies]
anyhow = "1.0.69"
base64 = "0.13.1"
bellperson = "0.25"
blstrs = "0.7.0"
bellperson = { git = "https://github.com/lurk-lab/bellperson", branch = "dev" }
blstrs = { git = "https://github.com/lurk-lab/blstrs", branch = "dev" }
# TODO: clap
ff = "0.13"
log = "0.4.17"
neptune = { version = "10.0.0" }
nova = { package = "nova-snark", version = "0.21", default-features = false }
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev" }
nova = { git = "https://github.com/lurk-lab/nova", branch = "dev", package = "nova-snark", default-features = false }
once_cell = "1.17.1"
pairing_lib = { version = "0.23", package = "pairing" }
pasta_curves = { version = "0.5.1" }
pasta-msm = "0.1.4"
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }
pasta-msm = { git = "https://github.com/lurk-lab/pasta-msm", branch = "dev" }
pretty_env_logger = "0.4"
rand = "0.8"
serde = "1.0"
Expand Down

0 comments on commit 40cadfc

Please sign in to comment.