Skip to content

Commit fe49983

Browse files
HuijingHeitravier
authored andcommitted
cargo: bump MSRV to 1.90.0
1 parent 15a82c3 commit fe49983

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CARGO_TERM_COLOR: always
1818
RUST_BACKTRACE: 1
1919
# Pinned toolchain for linting
20-
ACTIONS_LINTS_TOOLCHAIN: 1.84.1
20+
ACTIONS_LINTS_TOOLCHAIN: 1.90.0
2121

2222
defaults:
2323
run:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "coreos-installer"
33
repository = "https://github.com/coreos/coreos-installer"
44
license = "Apache-2.0"
55
edition = "2021"
6-
rust-version = "1.84.1"
6+
rust-version = "1.90.0"
77
exclude = ["/.cci.jenkinsfile", "/.github", "/.gitignore", "/Dockerfile"]
88
authors = [ "Benjamin Gilbert <bgilbert@redhat.com>" ]
99
description = "Installer for Fedora CoreOS and RHEL CoreOS"

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Internal changes:
1818

1919
Packaging changes:
2020

21+
- Require Rust ≥ 1.90.0
22+
2123
## coreos-installer 0.25.0 (2025-09-29)
2224

2325
Major changes:

0 commit comments

Comments
 (0)