chore: set Rust MSRV to 1.88

This commit is contained in:
Yuri Karamian
2026-08-17 21:15:11 +02:00
parent dd748776b2
commit 1bd4cd8138
6 changed files with 22 additions and 13 deletions
+5 -1
View File
@@ -5,7 +5,11 @@ description = "Local markdown note-taking app"
authors = ["HelixNotes"]
license = "AGPL-3.0-or-later"
edition = "2021"
rust-version = "1.77.2"
rust-version = "1.88"
[lints.clippy]
# This style lint is version-dependent and produces over 100 legacy-only diagnostics on Rust 1.88.
uninlined_format_args = "allow"
[lib]
name = "app_lib"