Skip to content

Commit 9ca97d8

Browse files
committed
bump MSRV to 1.60
1 parent 23fe2c9 commit 9ca97d8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
continue-on-error: ${{ matrix.experimental || false }}
1212
strategy:
1313
matrix:
14-
# All generated code should be running on stable now, MRSV is 1.59.0
15-
rust: [nightly, stable, 1.59.0]
14+
# All generated code should be running on stable now, MRSV is 1.60.0
15+
rust: [nightly, stable, 1.60.0]
1616

1717
include:
1818
# Nightly is only for reference and allowed to fail

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
### Changed
1818

1919
- Update `riscv` dependency to version 0.8
20-
- Update Minimum Supported Rust Version to 1.59
20+
- Update Minimum Supported Rust Version to 1.60
2121
- Regenerate code with `svd2rust` v0.19.0
2222

2323
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories = ["embedded", "hardware-support", "no-std"]
77
description = "With svd2rust generated peripherals for Freedom E310 MCU's."
88
keywords = ["riscv", "register", "peripheral"]
99
license = "ISC"
10-
rust-version = "1.59"
10+
rust-version = "1.60"
1111

1212
[dependencies]
1313
critical-section = "1.1.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project is developed and maintained by the [RISC-V team][team].
1212

1313
## Minimum Supported Rust Version (MSRV)
1414

15-
This crate is guaranteed to compile on stable Rust 1.59.0 and up. It *might*
15+
This crate is guaranteed to compile on stable Rust 1.60.0 and up. It *might*
1616
compile with older versions but that may change in any new patch release.
1717

1818
## Requirements

0 commit comments

Comments
 (0)