Skip to content

Commit

Permalink
Add an official MSRV policy
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull committed Dec 28, 2022
1 parent 29a075d commit b802ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Another useful tool for making certificates is [mkcert].

[mkcert]: https://github.com/FiloSottile/mkcert

## MSRV Policy

The Minimum Supported Rust Version (MSRV) of this crate is **1.47.0**. The MSRV will not be changed without at least a minor bump in this crate's version. As a **tentative** policy, the MSRV will not advance past the [current Rust version provided by Debian Stable](https://packages.debian.org/stable/rust/rustc). At the time of writing, this version of Rust is *1.48.0*. However, the MSRV may be advanced further in the event of a major ecosystem shift or a security vulnerability.

## License

Licensed under either of
Expand Down

0 comments on commit b802ac3

Please sign in to comment.