Skip to content

Commit de9f121

Browse files
bors[bot]matoushybltherealprof
authored
Merge #127
127: Remove MSRV from CI and bors configurations. r=therealprof a=matoushybl Co-authored-by: Matous Hybl <[email protected]> Co-authored-by: Daniel Egger <[email protected]>
2 parents 2bb8bb9 + 0405708 commit de9f121

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/bors.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ delete_merged_branches = true
44
status = [
55
"Rustfmt",
66
"ci (stable)",
7-
"ci (1.39.0, stable)",
87
]

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
matrix:
1313
rust:
1414
- stable
15-
- 1.39.0 # MSRV
1615
include:
1716
- rust: nightly
1817
experimental: true

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ If you are unfamiliar with embedded development using Rust, there are a number o
5858
Minimum supported Rust version
5959
------------------------------
6060

61-
The minimum supported Rust version at the moment is **1.39.0**. Older versions
62-
**may** compile, especially when some features are not used in your
63-
application.
61+
The minimum supported Rust version is the latest stable release. Older versions may compile, especially when some features are not used in your application.
6462

6563
Changelog
6664
---------

0 commit comments

Comments
 (0)