Skip to content

Commit

Permalink
feat: update minimum supported rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 15, 2023
1 parent af46280 commit f03c40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
repository = "https://github.com/axiom-crypto/halo2curves"
readme = "README.md"
description = "Elliptic curve implementations and wrappers for halo2 library. This is a fork of the \"halo2curves\" crate for Axiom's production usage."
rust-version = "1.67.0"
rust-version = "1.70.0"

[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.67.0
1.70.0

0 comments on commit f03c40a

Please sign in to comment.