Skip to content

Commit 9642140

Browse files
committed
Bump Rust MSRV to 1.87 for stable OsStr::display()
1 parent 02919c8 commit 9642140

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "reclass-rs"
33
version = "0.0.0"
44
edition = "2024"
5-
rust-version = "1.85"
5+
rust-version = "1.87"
66
license = "BSD-3-Clause"
77
authors = ["VSHN AG <info@vshn.ch>"]
88
repository = "https://github.com/projectsyn/reclass-rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Documentation on Reclass extensions introduced in the Kapicorp Reclass fork can
4343
## Prerequisites
4444

4545
* Python >= 3.9
46-
* Rust >= 1.85 (we recommend installing the latest stable toolchain with [rustup])
46+
* Rust >= 1.87 (we recommend installing the latest stable toolchain with [rustup])
4747

4848
## Setup local development environment for Python bindings
4949

0 commit comments

Comments
 (0)