File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ that may change in any new patch release.
6
6
7
7
## How the MSRV will be upgraded
8
8
9
- For ` embedded-hal ` , we do not consider upgrading the MSRV a strictly breaking change as defined by
9
+ For this library , we do not consider upgrading the MSRV a strictly breaking change as defined by
10
10
[ SemVer] ( https://semver.org ) .
11
11
12
12
We follow these rules when upgrading it:
@@ -23,8 +23,7 @@ For example:
23
23
24
24
For a given ` x.y.z ` release, we may upgrade the MSRV on ` x ` and ` y ` releases but not on ` z ` releases.
25
25
26
- If your MSRV upgrade policy differs from this, you are advised to specify the
27
- ` embedded-hal ` dependency in your ` Cargo.toml ` accordingly.
26
+ If your MSRV upgrade policy differs from this, you are advised to specify the dependency in your ` Cargo.toml ` accordingly.
28
27
29
28
See the [ Rust Embedded Working Group MSRV RFC] ( https://github.com/rust-embedded/wg/blob/master/rfcs/0523-msrv-2020.md )
30
29
for more background information and reasoning.
Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/d/embedded-hal-bus.svg )] ( https://crates.io/crates/embedded-hal-bus )
2
2
[ ![ crates.io] ( https://img.shields.io/crates/v/embedded-hal-bus.svg )] ( https://crates.io/crates/embedded-hal-bus )
3
3
[ ![ Documentation] ( https://docs.rs/embedded-hal-bus/badge.svg )] ( https://docs.rs/embedded-hal-bus )
4
- <!--
5
4
![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.54+-blue.svg )
6
- -->
7
5
8
6
# ` embedded-hal-bus `
9
7
@@ -26,12 +24,14 @@ This project is developed and maintained by the [HAL team][team].
26
24
27
25
[ API reference ] : https://docs.rs/embedded-hal-bus
28
26
29
- <!--
30
27
## Minimum Supported Rust Version (MSRV)
31
28
29
+
32
30
This crate is guaranteed to compile on stable Rust 1.54 and up. It * might*
33
31
compile with older versions but that may change in any new patch release.
34
- -->
32
+
33
+ See [ here] ( ../docs/msrv.md ) for details on how the MSRV may be upgraded.
34
+
35
35
36
36
## License
37
37
You can’t perform that action at this time.
0 commit comments