Skip to content

Commit

Permalink
Document platform support policy
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHoleFox committed Dec 19, 2023
1 parent 7249e6e commit d2fe979
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ crate features, WASM support and Custom RNGs see the

This crate requires Rust 1.36.0 or later.

## Platform Support

This crate supports the same operating system or platform versions that the Rust standard library does, unless a
[custom implementation](https://docs.rs/getrandom/latest/getrandom/#custom-implementations) is used instead.

This means that as Rust drops support for old versions of operating systems (such as old Linux kernel versions, Android API levels, etc)
in stable releases, `getrandom` may create new patch releases (`0.N.x`) that remove support for outdated platform versions.

# License

The `getrandom` library is distributed under either of
Expand Down

0 comments on commit d2fe979

Please sign in to comment.