We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5623fd commit d05f44dCopy full SHA for d05f44d
Cargo.toml
@@ -11,7 +11,7 @@ authors = ["Samuel Tardieu <[email protected]>"]
11
categories = ["algorithms"]
12
readme = "README.md"
13
edition = "2024"
14
-rust-version = "1.85.0"
+rust-version = "1.86.0"
15
16
[package.metadata.release]
17
sign-commit = true
src/lib.rs
@@ -77,7 +77,7 @@
77
//! in this context, you can wrap them into compliant types using the
78
//! [ordered-float](https://crates.io/crates/ordered-float) crate.
79
//!
80
-//! The minimum supported Rust version (MSRV) is Rust 1.85.0.
+//! The minimum supported Rust version (MSRV) is Rust 1.86.0.
81
82
//! [A*]: https://en.wikipedia.org/wiki/A*_search_algorithm
83
//! [BFS]: https://en.wikipedia.org/wiki/Breadth-first_search
0 commit comments