Skip to content

Commit 72b82d3

Browse files
committed
feat!(Cargo): update edition to 2024 and MSRV to 1.85.0
1 parent 4c72b5d commit 72b82d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ version = "4.13.0"
1010
authors = ["Samuel Tardieu <[email protected]>"]
1111
categories = ["algorithms"]
1212
readme = "README.md"
13-
edition = "2021"
14-
rust-version = "1.82.0"
13+
edition = "2024"
14+
rust-version = "1.85.0"
1515

1616
[package.metadata.release]
1717
sign-commit = true

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
//! in this context, you can wrap them into compliant types using the
7777
//! [ordered-float](https://crates.io/crates/ordered-float) crate.
7878
//!
79-
//! The minimum supported Rust version (MSRV) is Rust 1.82.0.
79+
//! The minimum supported Rust version (MSRV) is Rust 1.85.0.
8080
//!
8181
//! [A*]: https://en.wikipedia.org/wiki/A*_search_algorithm
8282
//! [BFS]: https://en.wikipedia.org/wiki/Breadth-first_search

0 commit comments

Comments
 (0)