Skip to content

Commit

Permalink
Merge pull request #674 from jannic/bump-msrv
Browse files Browse the repository at this point in the history
Bump MSRV to 1.64
  • Loading branch information
jannic authored Aug 22, 2023
2 parents 76efb36 + 6bf37e7 commit 0a543d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.63
toolchain: 1.64
target: thumbv6m-none-eabi
- name: Install cargo-hack
uses: baptiste0928/cargo-install@v2
Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### MSRV

The Minimum-Supported Rust Version (MSRV) for this release is 1.63
The Minimum-Supported Rust Version (MSRV) for this release is 1.64

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion rp2040-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
homepage = "https://github.com/rp-rs/rp-hal"
description = "A Rust Embeded-HAL impl for the rp2040 microcontroller"
license = "MIT OR Apache-2.0"
rust-version = "1.63"
rust-version = "1.64"
repository = "https://github.com/rp-rs/rp-hal"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 0a543d8

Please sign in to comment.