Skip to content

Commit 87c2c05

Browse files
committed
bump MSRV to 1.59 due to dependencies
1 parent 4b47b87 commit 87c2c05

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ delete_merged_branches = true
33
required_approvals = 1
44
status = [
55
"ci-linux (stable)",
6-
"ci-linux (1.42.0)",
6+
"ci-linux (1.59.0)",
77
"build-other (macOS-latest)",
88
"build-other (windows-latest)",
99
"Rustfmt"

.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.42.0
15-
rust: [nightly, stable, 1.42.0]
14+
# All generated code should be running on stable now, MRSV is 1.59.0
15+
rust: [nightly, stable, 1.59.0]
1616

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = "Board support crate for HiFive1 and LoFive boards"
88
keywords = ["riscv", "register", "peripheral"]
99
license = "ISC"
1010
edition = "2018"
11+
rust-version = "1.59"
1112

1213
[dependencies]
1314
e310x-hal = "0.9.3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
## Minimum Supported Rust Version (MSRV)
2020

21-
This crate is guaranteed to compile on stable Rust 1.42.0 and up. It *might*
21+
This crate is guaranteed to compile on stable Rust 1.59.0 and up. It *might*
2222
compile with older versions but that may change in any new patch release.
2323

2424
## License
2525

26-
Copyright 2018-2019 [RISC-V team][team]
26+
Copyright 2018-2023 [RISC-V team][team]
2727

2828
Permission to use, copy, modify, and/or distribute this software for any purpose
2929
with or without fee is hereby granted, provided that the above copyright notice

0 commit comments

Comments
 (0)