Skip to content

Commit

Permalink
feat!(Cargo): update edition to 2024 and MSRV to 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Dec 27, 2024
1 parent 5908f1a commit f29c38e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "4.12.0"
authors = ["Samuel Tardieu <sam@rfc1149.net>"]
categories = ["algorithms"]
readme = "README.md"
edition = "2021"
rust-version = "1.82.0"
edition = "2024"
rust-version = "1.85.0"

[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 @@ -75,7 +75,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.82.0.
//! The minimum supported Rust version (MSRV) is Rust 1.85.0.
//!
//! [A*]: https://en.wikipedia.org/wiki/A*_search_algorithm
//! [BFS]: https://en.wikipedia.org/wiki/Breadth-first_search
Expand Down

0 comments on commit f29c38e

Please sign in to comment.