Skip to content

Commit

Permalink
Update MSRV to 1.69.0 and update flake (#51)
Browse files Browse the repository at this point in the history
* Update MSRV to 1.69.0 and update flake

* Add CHANGELOG and fix another MSRV
  • Loading branch information
coltfred authored Oct 2, 2023
1 parent 788ca78 commit 77aa7a9
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
rust_version:
- stable
- beta
- 1.60.0 # MSRV
- 1.69.0 # MSRV
steps:
- uses: actions/checkout@v3
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
rust_version:
- stable
- 1.60.0
- 1.69.0
steps:
- uses: actions/checkout@v3
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- [[#51]](https://github.com/IronCoreLabs/gridiron/pull/51) - Change MSRV to Rust 1.69.0

- [[#44]](https://github.com/IronCoreLabs/gridiron/pull/44) - Change MSRV to Rust 1.60.0

- [[#42]](https://github.com/IronCoreLabs/gridiron/pull/42) - Update to criterion 0.4 (Test only change)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ edition = "2021"
authors = ["IronCore Labs <code at ironcorelabs.com>"]
repository = "https://github.com/IronCoreLabs/gridiron"
description = "Rust finite field library with fixed size multi-word values."
exclude = [ ".gitignore", "proptest-regressions/*" ]
exclude = [".gitignore", "proptest-regressions/*"]
readme = "README.md"
categories = ["cryptography", "wasm"]
license = "Apache-2.0"
keywords = ["finite", "field", "crypto", "math"]
rust-version = "1.60.0"
rust-version = "1.69.0"

[dependencies]
num-traits = "0.2.11"
Expand Down
66 changes: 51 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.67.1"
channel = "1.72.1"

0 comments on commit 77aa7a9

Please sign in to comment.