From 36e085f9fa37460e92ed3d251593666315c2cdac Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 15 Jan 2023 02:42:17 +0000 Subject: [PATCH] Add an official MSRV policy (#243) --- .github/workflows/ci.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee43a59..4f4c557 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: # When updating this, the reminder to update the minimum supported - # Rust version in Cargo.toml. + # Rust version in Cargo.toml and README.md. rust: ['1.47'] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 1b0b993..73f0bc5 100644 --- a/README.md +++ b/README.md @@ -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**. 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*. However, the MSRV may be advanced further in the event of a major ecosystem shift or a security vulnerability. + ## License Licensed under either of