Skip to content

Commit

Permalink
Update MSRV, update nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Feb 19, 2025
1 parent b8f3382 commit 7ca44c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CARGO_INCREMENTAL: false
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
NIGHTLY: nightly-2023-12-28
NIGHTLY: nightly-2025-02-18

jobs:
msrv_and_minimal_versions:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Increased MSRV to 1.77
- Updated `glam` to v0.30
- Updated `imbl` to v5
- Updated `ndarray` to v16
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "encase"
version = "0.10.0"
edition = "2021"
rust-version = "1.68.2"
rust-version = "1.77"

license = "MIT-0"
readme = "./README.md"
Expand Down

0 comments on commit 7ca44c9

Please sign in to comment.