We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OsStr::display()
1 parent 02919c8 commit 9642140Copy full SHA for 9642140
2 files changed
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "reclass-rs"
3
version = "0.0.0"
4
edition = "2024"
5
-rust-version = "1.85"
+rust-version = "1.87"
6
license = "BSD-3-Clause"
7
authors = ["VSHN AG <info@vshn.ch>"]
8
repository = "https://github.com/projectsyn/reclass-rs"
README.md
@@ -43,7 +43,7 @@ Documentation on Reclass extensions introduced in the Kapicorp Reclass fork can
43
## Prerequisites
44
45
* Python >= 3.9
46
-* Rust >= 1.85 (we recommend installing the latest stable toolchain with [rustup])
+* Rust >= 1.87 (we recommend installing the latest stable toolchain with [rustup])
47
48
## Setup local development environment for Python bindings
49
0 commit comments