Skip to content

Commit

Permalink
chore: Update halo2curves dependency in Cargo.toml
Browse files Browse the repository at this point in the history
- Updated the `halo2curves` dependency in `Cargo.toml` to the latest version `0.1.0` from a specific git branch.
  • Loading branch information
huitseeker committed Jul 4, 2023
1 parent 09614c1 commit 43193fc
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 @@ flate2 = "1.0"
bitvec = "1.0"
byteorder = "1.4.3"
thiserror = "1.0"
halo2curves = { git = "https://github.com/han0110/halo2curves", branch = "feature/hash-to-curve", features = [ "derive_serde" ] }
halo2curves = { version="0.1.0", features = [ "derive_serde" ] }

[target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
pasta-msm = { version = "0.1.4" }
Expand Down

0 comments on commit 43193fc

Please sign in to comment.