Skip to content

Commit f143f2b

Browse files
committed
Auto merge of #2852 - joshtriplett:version-note, r=JohnTitor
README.md: Clarify (lack of) MSRV policy MSRV policy is still being discussed on an ongoing basis in rust-lang/libs-team#72 . In the interim, clarify in README that libc doesn't currently have an MSRV policy.
2 parents 5e001f5 + 39f779c commit f143f2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ libc = "0.2"
4242

4343
## Rust version support
4444

45-
The minimum supported Rust toolchain version is **Rust 1.13.0** . APIs requiring
45+
The minimum supported Rust toolchain version is currently **Rust 1.13.0**.
46+
(libc does not currently have any policy regarding changes to the minimum
47+
supported Rust version; such policy is a work in progress.) APIs requiring
4648
newer Rust features are only available on newer Rust toolchains:
4749

4850
| Feature | Version |

0 commit comments

Comments
 (0)