Skip to content

Commit

Permalink
Auto merge of #2852 - joshtriplett:version-note, r=JohnTitor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jul 26, 2022
2 parents 5e001f5 + 39f779c commit f143f2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -42,7 +42,9 @@ libc = "0.2"

## Rust version support

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

| Feature | Version |
Expand Down

0 comments on commit f143f2b

Please sign in to comment.