Skip to content

Commit

Permalink
chore: "Update pasta_curves dependency in Cargo.toml"
Browse files Browse the repository at this point in the history
- Upgraded the `pasta_curves` library to version `0.5.0` in the `Cargo.toml` file
  • Loading branch information
huitseeker committed Feb 19, 2024
1 parent 8302741 commit 9264334
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 @@ -33,7 +33,7 @@ blst = "~0.3.11"
semolina = "~0.1.3"
sppark = "~0.1.2"
halo2curves = { version = "0.5.0" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev", version = ">=0.3.1, <=0.5", features = ["repr-c"] }
pasta_curves = { version = "0.5.0", features = ["repr-c"] }
rand = "^0"
rand_chacha = "^0"
rayon = "1.5"
Expand Down

0 comments on commit 9264334

Please sign in to comment.