Skip to content

Commit

Permalink
fix!(msrv): update MSRV to 1.77.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
samueltardieu committed Sep 5, 2024
1 parent 33f28c1 commit 718b801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Samuel Tardieu <sam@rfc1149.net>"]
categories = ["algorithms"]
readme = "README.md"
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.77.2"

[package.metadata.release]
sign-commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 718b801

Please sign in to comment.