Skip to content

Commit

Permalink
chore: "Update dependencies and branch references in Cargo.toml"
Browse files Browse the repository at this point in the history
- The `halo2curves` dependency has been upgraded to version `0.6.0`.

Companion PR of
- argumentcomputer/arecibo#250
- argumentcomputer/grumpkin-msm#11
  • Loading branch information
huitseeker committed Jan 10, 2024
1 parent 73badc6 commit 13d97fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,11 @@ rustyline = { version = "13.0", features = [
"with-file-history",
], default-features = false }
home = "0.5.5"
halo2curves = { version = "0.5.0", features = ["bits", "derive_serde"] }
halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }
rustyline = { version = "13.0", features = ["derive"], default-features = false }
halo2curves = { version = "0.5.0", default-features = false, features = ["bits", "derive_serde"] }

[features]
default = []
Expand Down Expand Up @@ -130,12 +129,12 @@ clap = "4.3.17"
ff = "0.13"
metrics = "0.21.1"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", features = ["abomonation"] }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo" }
nova = { git = "https://github.com/huitseeker/arecibo", branch = "upgrade_halo2curves", package = "arecibo" }
once_cell = "1.18.0"
pairing = { version = "0.23" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }
pasta-msm = { git = "https://github.com/lurk-lab/pasta-msm", branch = "dev" }
grumpkin-msm = { git = "https://github.com/lurk-lab/grumpkin-msm", branch = "dev", features = ["dont-implement-sort"] }
grumpkin-msm = { git = "https://github.com/huitseeker/grumpkin-msm", branch = "upgrade_halo2curves" }
proptest = "1.2.0"
proptest-derive = "0.3"
rand = "0.8"
Expand Down

0 comments on commit 13d97fc

Please sign in to comment.