Skip to content

Commit 2f99572

Browse files
committed
ci: fix failing MSRV uefi-raw job
The new uguid version bumps the MSRV to 1.81 [0], but we don't want this yet. [0] google/gpt-disk-rs@02d38c2#r156105330
1 parent ee625da commit 2f99572

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ rust-version = "1.81"
2323
bitflags = "2.0.0"
2424
log = { version = "0.4.5", default-features = false }
2525
ptr_meta = { version = "0.3.0", default-features = false, features = ["derive"] }
26-
uguid = "2.1.0"
26+
# Pinned to keep uefi-raw's MSRV.
27+
uguid = "=2.2.0"
2728

2829
[patch.crates-io]
2930
uefi = { path = "uefi" }

0 commit comments

Comments
 (0)