Skip to content

Commit 4d72a18

Browse files
Test UserAlexMikhalev
authored andcommitted
fix(config): align rust-version to 1.91 matching clippy.toml msrv Refs #2770
Workspace.package declared 1.85; clippy.toml already has msrv = "1.91.0" and the codebase uses Rust 1.91 APIs. Set to 1.91 for consistency.
1 parent 45c3851 commit 4d72a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ default-members = ["terraphim_server"]
5858
[workspace.package]
5959
version = "1.20.5"
6060
edition = "2024"
61-
rust-version = "1.85"
61+
rust-version = "1.91"
6262
authors = ["Terraphim Team <team@terraphim.ai>"]
6363
documentation = "https://terraphim.ai"
6464
homepage = "https://terraphim.ai"

0 commit comments

Comments
 (0)