File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,14 @@ libc = "0.2"
55
55
56
56
## Rust version support
57
57
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.
61
66
62
67
## Platform support
63
68
You can’t perform that action at this time.
0 commit comments