Skip to content

Commit 8abab57

Browse files
committed
docs: Take the rust version support section from libc-0.2
1 parent daf4bb5 commit 8abab57

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@ libc = "0.2"
5555

5656
## Rust version support
5757

58-
The minimum supported Rust toolchain version is currently **Rust 1.63.0** (libc
59-
does not currently have any policy regarding changes to the minimum supported
60-
Rust version; such policy is a work in progress).
58+
The minimum supported Rust toolchain version is currently **Rust 1.63**.
59+
60+
Increases to the MSRV are allowed to change without a major (i.e. semver-
61+
breaking) release in order to avoid a ripple effect in the ecosystem. A policy
62+
for when this may change is a work in progress.
63+
64+
`libc` may continue to compile with Rust versions older than the current MSRV
65+
but this is not guaranteed.
6166

6267
## Platform support
6368

0 commit comments

Comments
 (0)