Skip to content

Commit 3e6859c

Browse files
committed
cargo: drop MSRV to 1.85.
Some GitHub Actions runners like ubuntu-24_04-arm don't have rustc 1.86 yet.
1 parent 81b1319 commit 3e6859c

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
@@ -5,7 +5,7 @@ members = ["glvs", "glvs-core", "xtask"]
55
[workspace.package]
66
version = "0.1.0"
77
edition = "2024"
8-
rust-version = "1.86"
8+
rust-version = "1.85"
99
repository = "https://github.com/averms/glvs"
1010

1111
[workspace.lints.rust]

0 commit comments

Comments
 (0)