From b943daa036d0c212ded30f4577042ae879952b83 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 5 Sep 2024 21:52:51 +0200 Subject: [PATCH] fix!(msrv): update MSRV to 1.77.2 This release of Rust includes a fix for CVE-2024-24576. It also allows a more recent of codspeed-criterion-compat to be used for measuring performance gains and losses. --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2d4feeb0..93033346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Samuel Tardieu "] categories = ["algorithms"] readme = "README.md" edition = "2021" -rust-version = "1.74.0" +rust-version = "1.77.2" [package.metadata.release] sign-commit = true diff --git a/src/lib.rs b/src/lib.rs index 58990eb2..62183b81 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -74,7 +74,7 @@ //! in this context, you can wrap them into compliant types using the //! [ordered-float](https://crates.io/crates/ordered-float) crate. //! -//! The minimum supported Rust version (MSRV) is Rust 1.74.0. +//! The minimum supported Rust version (MSRV) is Rust 1.77.2. //! //! [A*]: https://en.wikipedia.org/wiki/A*_search_algorithm //! [BFS]: https://en.wikipedia.org/wiki/Breadth-first_search