mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-04-18 04:04:38 +00:00
Raise MSRV to Rust 1.46.0
This commit is contained in:
4
.github/bors.toml
vendored
4
.github/bors.toml
vendored
@@ -5,8 +5,8 @@ status = [
|
||||
"ci-linux (stable, x86_64-unknown-linux-gnu)",
|
||||
"ci-linux (stable, thumbv6m-none-eabi)",
|
||||
"ci-linux (stable, thumbv7m-none-eabi)",
|
||||
"ci-linux (1.40.0, x86_64-unknown-linux-gnu)",
|
||||
"ci-linux (1.46.0, x86_64-unknown-linux-gnu)",
|
||||
"ci-linux-test (stable)",
|
||||
"ci-linux-test (1.40.0, x86_64-unknown-linux-gnu)",
|
||||
"ci-linux-test (1.46.0, x86_64-unknown-linux-gnu)",
|
||||
"fmt",
|
||||
]
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
include:
|
||||
# Test MSRV
|
||||
- rust: 1.40.0
|
||||
- rust: 1.46.0
|
||||
TARGET: x86_64-unknown-linux-gnu
|
||||
|
||||
# Test nightly but don't fail
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
rust: [stable]
|
||||
|
||||
include:
|
||||
- rust: 1.40.0
|
||||
- rust: 1.46.0
|
||||
TARGET: x86_64-unknown-linux-gnu
|
||||
|
||||
# Test nightly but don't fail
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[](https://crates.io/crates/embedded-hal)
|
||||
[](https://crates.io/crates/embedded-hal)
|
||||
[](https://docs.rs/embedded-hal)
|
||||

|
||||

|
||||
|
||||
# `embedded-hal`
|
||||
|
||||
@@ -108,7 +108,7 @@ As stated before, `embedded-hal` `-alpha` versions are _not guaranteed_ to be co
|
||||
|
||||
## Minimum Supported Rust Version (MSRV)
|
||||
|
||||
This crate is guaranteed to compile on stable Rust 1.40 and up. It *might*
|
||||
This crate is guaranteed to compile on stable Rust 1.46 and up. It *might*
|
||||
compile with older versions but that may change in any new patch release.
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user