Skip to content

Commit 2978a5f

Browse files
committed
Re-word MSRV notices
1 parent 226612f commit 2978a5f

File tree

7 files changed

+36
-14
lines changed

7 files changed

+36
-14
lines changed

arm-targets/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ This allows you to write Rust code in your firmware like:
2929

3030
## Minimum Supported Rust Version (MSRV)
3131

32-
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
33-
compile with older versions but that may change in any new patch release.
32+
This crate is guaranteed to compile on stable Rust 1.59.0 and up, as recorded
33+
by the `package.rust-version` property in `Cargo.toml`.
34+
35+
Increasing the MSRV is not considered a breaking change and may occur in a
36+
minor version release (e.g. from `0.3.0` to `0.3.1`, because this is still a
37+
`0.x` release).
3438

3539
## Licence
3640

cortex-a-rt/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88

99
## Minimum Supported Rust Version (MSRV)
1010

11-
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
12-
compile with older versions but that may change in any new patch release.
11+
This crate is guaranteed to compile on stable Rust 1.82.0 and up, as recorded
12+
by the `package.rust-version` property in `Cargo.toml`.
13+
14+
Increasing the MSRV is not considered a breaking change and may occur in a
15+
minor version release (e.g. from `0.3.0` to `0.3.1`, because this is still a
16+
`0.x` release).
1317

1418
## Licence
1519

cortex-ar-rt-macros/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ This crate contains proc-macros that are re-exported through the following crate
1010

1111
## Minimum Supported Rust Version (MSRV)
1212

13-
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
14-
compile with older versions but that may change in any new patch release.
13+
This crate is guaranteed to compile on stable Rust 1.82.0 and up, as recorded
14+
by the `package.rust-version` property in `Cargo.toml`.
15+
16+
Increasing the MSRV is not considered a breaking change and may occur in a
17+
minor version release (e.g. from `0.3.0` to `0.3.1`, because this is still a
18+
`0.x` release).
1519

1620
## Licence
1721

cortex-ar/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ If you need a driver for the Arm Generic Interrupt Controller, see
2222

2323
## Minimum Supported Rust Version (MSRV)
2424

25-
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
26-
compile with older versions but that may change in any new patch release.
25+
This crate is guaranteed to compile on stable Rust 1.82.0 and up, as recorded
26+
by the `package.rust-version` property in `Cargo.toml`.
27+
28+
Increasing the MSRV is not considered a breaking change and may occur in a
29+
minor version release (e.g. from `0.3.0` to `0.3.1`, because this is still a
30+
`0.x` release).
2731

2832
## Licence
2933

cortex-r-rt/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Minimum Supported Rust Version (MSRV)
44

5-
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
6-
compile with older versions but that may change in any new patch release.
5+
This crate is guaranteed to compile on stable Rust 1.82.0 and up, as recorded
6+
by the `package.rust-version` property in `Cargo.toml`.
7+
8+
Increasing the MSRV is not considered a breaking change and may occur in a
9+
minor version release (e.g. from `0.3.0` to `0.3.1`, because this is still a
10+
`0.x` release).
711

812
## Licence
913

examples/mps3-an536/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## Minimum Supported Rust Version (MSRV)
44

5-
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
6-
compile with older versions but that may change in any new patch release.
5+
This crate is guaranteed to compile on stable Rust 1.82.0 and up, as recorded
6+
by the `package.rust-version` property in `Cargo.toml`. These examples are
7+
not version controlled and we may change the MSRV at any time.
78

89
## Licence
910

examples/versatileab/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## Minimum Supported Rust Version (MSRV)
44

5-
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
6-
compile with older versions but that may change in any new patch release.
5+
This crate is guaranteed to compile on stable Rust 1.82.0 and up, as recorded
6+
by the `package.rust-version` property in `Cargo.toml`. These examples are
7+
not version controlled and we may change the MSRV at any time.
78

89
## Licence
910

0 commit comments

Comments
 (0)