Skip to content

Commit 7b30eb6

Browse files
authored
Merge pull request #1022 from HuijingHei/update-MSRV
cargo: bump MSRV to 1.90.0
2 parents 5e94f83 + 9d78b60 commit 7b30eb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
set -xeu
3737
apt update -y
3838
apt install -y gcc make curl libssl-dev pkg-config
39-
# Install Rust 1.84.1
40-
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.84.1
39+
# Install Rust 1.90.0
40+
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.90.0
4141
source $HOME/.cargo/env
4242
rustc --version
4343
cargo check

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
env:
1919
CARGO_TERM_COLOR: always
2020
# Pinned toolchain for linting
21-
ACTIONS_LINTS_TOOLCHAIN: 1.84.1
21+
ACTIONS_LINTS_TOOLCHAIN: 1.90.0
2222

2323
jobs:
2424
tests-stable:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "Apache-2.0"
55
version = "0.2.31"
66
authors = ["Colin Walters <[email protected]>"]
77
edition = "2021"
8-
rust-version = "1.84.1"
8+
rust-version = "1.90.0"
99
homepage = "https://github.com/coreos/bootupd"
1010

1111
include = ["src", "LICENSE", "Makefile", "systemd"]

0 commit comments

Comments
 (0)