From 7c8fa40fc8835345195d5ad12c87c478ba8b8657 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 25 Feb 2024 08:38:45 -0800 Subject: [PATCH] docs: Add MSRV detail to README Signed-off-by: John Nunley --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b1d4ca7..c9f50130 100644 --- a/README.md +++ b/README.md @@ -145,4 +145,10 @@ OpenBSD, DragonFlyBSD. Those platforms *should* work based on the fact that they have the same polling mechanism as tested platforms, but some subtle bugs might still occur. +### Minimum Safe Rust Version + +The current MSRV (Minimum Safe Rust Version) for this crate is Rust **1.63**. +When the `signals` feature is enabled, however, it will be bumped to `nix`'s +MSRV. At the time of writing this is Rust **1.69**. + License: MIT