From 4e2eddbeb6911e19b859cc6d45939bcc9cac2eb8 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Tue, 9 Apr 2024 14:04:54 +0200 Subject: [PATCH] Add MSRV note to README --- Cargo.toml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6688a0d..746a332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/ssimulacra2" exclude = ["test_data"] license = "BSD-2-Clause" -# When changing MSRV: Also update .github/workflows/rust.yml +# When changing MSRV: Also update README and .github/workflows/rust.yml rust-version = "1.65.0" [features] diff --git a/README.md b/README.md index 48ad388..45d67b4 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ [![LICENSE](https://img.shields.io/crates/l/ssimulacra2?style=for-the-badge)](https://github.com/rust-av/ssimulacra2/blob/main/LICENSE) Rust implementation of the [SSIMULACRA2 metric](https://github.com/cloudinary/ssimulacra2). + +## Minimum supported Rust version (MSRV) + +This crates requires a Rust version of 1.62.0 or higher. Increases in MSRV will result in a semver PATCH version increase. +