Skip to content

Commit

Permalink
chore: Upgrade halo2curves dependency to version 0.6.0 (#11)
Browse files Browse the repository at this point in the history
- Updated `halo2curves` library to latest version (`0.6.0`) for improved functionality and stability
  • Loading branch information
huitseeker authored Jan 11, 2024
1 parent 8302741 commit 39e3866
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 @@ -32,7 +32,7 @@ cuda-mobile = []
blst = "~0.3.11"
semolina = "~0.1.3"
sppark = "~0.1.2"
halo2curves = { version = "0.5.0" }
halo2curves = { version = "0.6.0" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev", version = ">=0.3.1, <=0.5", features = ["repr-c"] }
rand = "^0"
rand_chacha = "^0"
Expand Down

0 comments on commit 39e3866

Please sign in to comment.