Skip to content

Commit bb1dbe8

Browse files
committed
Raise MSRV to Rust 1.40.0
1 parent 0580770 commit bb1dbe8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/bors.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ status = [
55
"ci-linux (stable, x86_64-unknown-linux-gnu)",
66
"ci-linux (stable, thumbv6m-none-eabi)",
77
"ci-linux (stable, thumbv7m-none-eabi)",
8-
"ci-linux (1.35.0, x86_64-unknown-linux-gnu)",
8+
"ci-linux (1.40.0, x86_64-unknown-linux-gnu)",
99
"fmt",
1010
]

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.35.0
24+
- rust: 1.40.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
rust: [stable]
1717

1818
include:
19-
- rust: 1.36.0 # Higher than the MSRV due to dependencies.
19+
- rust: 1.40.0
2020
TARGET: x86_64-unknown-linux-gnu
2121

2222
# Test nightly but don't fail

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![crates.io](https://img.shields.io/crates/d/embedded-hal.svg)](https://crates.io/crates/embedded-hal)
22
[![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)](https://crates.io/crates/embedded-hal)
33
[![Documentation](https://docs.rs/embedded-hal/badge.svg)](https://docs.rs/embedded-hal)
4-
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.35+-blue.svg)
4+
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.40+-blue.svg)
55

66
# `embedded-hal`
77

@@ -87,7 +87,7 @@ As stated before, `embedded-hal` `-alpha` versions are _not guaranteed_ to be co
8787

8888
## Minimum Supported Rust Version (MSRV)
8989

90-
This crate is guaranteed to compile on stable Rust 1.35 and up. It *might*
90+
This crate is guaranteed to compile on stable Rust 1.40 and up. It *might*
9191
compile with older versions but that may change in any new patch release.
9292

9393
## License

0 commit comments

Comments
 (0)