Skip to content

Commit

Permalink
Add CHANGELOG and fix another MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
coltfred committed Oct 2, 2023
1 parent 1b0b423 commit 01ba449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
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

0 comments on commit 01ba449

Please sign in to comment.