Skip to content

Commit 354e410

Browse files
authored
Merge pull request coreos#895 from HuijingHei/rust-bump
Cargo.toml: bump MSRV to 1.84.1
2 parents 5051140 + 348bf98 commit 354e410

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/cross.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@ jobs:
3535
run: |
3636
set -xeu
3737
apt update -y
38-
apt install -y gcc make cargo libssl-dev pkg-config
38+
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
41+
source $HOME/.cargo/env
42+
rustc --version
3943
cargo check

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.27"
66
authors = ["Colin Walters <[email protected]>"]
77
edition = "2021"
8-
rust-version = "1.75.0"
8+
rust-version = "1.84.1"
99
homepage = "https://github.com/coreos/bootupd"
1010

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

0 commit comments

Comments
 (0)