summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2022-07-26 11:38:58 -0700
committerJosh Triplett <josh@joshtriplett.org>2022-07-26 11:38:58 -0700
commit39f779c1dfd0f4e14c4fcacf14e36dbe87cc431c (patch)
tree29fccc1f892d499accfe8f2b4c85d56a4a488761
parent5e001f5dd17ff67c851cf25bc88df28f3ad6f605 (diff)
downloadrust-libc-39f779c1dfd0f4e14c4fcacf14e36dbe87cc431c.tar.gz
README.md: Clarify (lack of) MSRV policy
MSRV policy is still being discussed on an ongoing basis in https://github.com/rust-lang/libs-team/issues/72 . In the interim, clarify in README that libc doesn't currently have an MSRV policy.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14fa5831c2..bc5ad18f6b 100644
--- a/README.md
+++ b/README.md
@@ -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 |