Skip to content

Commit

Permalink
Merge pull request #48 from richardeoin/msrv-1-60
Browse files Browse the repository at this point in the history
Update MSRV to 1.60
  • Loading branch information
richardeoin authored Sep 4, 2024
2 parents 30a7487 + 0e1c2a6 commit c4305e2
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
rust:
- 1.52.0 # MSRV
- 1.60.0 # MSRV
- stable
device_feature:
- fdcan_g0_g4_l5
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]

* Update MSRV to 1.60

## [v0.2.1] 2024-09-04

* Bugfix: Fix transmit pause configuration [#41]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fdcan = "0.2.1"

# Minimum supported Rust version

The Minimum Supported Rust Version (MSRV) at the moment is **1.52.0**. Older
The Minimum Supported Rust Version (MSRV) at the moment is **1.60.0**. Older
versions **may** compile, especially when some features are not used
in your application.

Expand Down

0 comments on commit c4305e2

Please sign in to comment.