Skip to content

Commit

Permalink
docs: Add MSRV detail to README
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Feb 25, 2024
1 parent 5c506fe commit 38edb74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38edb74

Please sign in to comment.