Skip to content

Commit d05f44d

Browse files
committed
feat!(Cargo): update MSRV to 1.86.0
1 parent a5623fd commit d05f44d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Samuel Tardieu <[email protected]>"]
1111
categories = ["algorithms"]
1212
readme = "README.md"
1313
edition = "2024"
14-
rust-version = "1.85.0"
14+
rust-version = "1.86.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
@@ -77,7 +77,7 @@
7777
//! in this context, you can wrap them into compliant types using the
7878
//! [ordered-float](https://crates.io/crates/ordered-float) crate.
7979
//!
80-
//! The minimum supported Rust version (MSRV) is Rust 1.85.0.
80+
//! The minimum supported Rust version (MSRV) is Rust 1.86.0.
8181
//!
8282
//! [A*]: https://en.wikipedia.org/wiki/A*_search_algorithm
8383
//! [BFS]: https://en.wikipedia.org/wiki/Breadth-first_search

0 commit comments

Comments
 (0)