Skip to content

Commit

Permalink
Add MSRV note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Apr 9, 2024
1 parent e426107 commit 4e2eddb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4e2eddb

Please sign in to comment.