Skip to content

Commit cc685d4

Browse files
committed
cargo: update
1 parent d0fe1ef commit cc685d4

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multiboot2/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ bitflags.workspace = true
4545
derive_more.workspace = true
4646
log.workspace = true
4747

48-
uefi-raw = { version = "0.3", default-features = false }
48+
# We only use a very basic type definition from this crate. To prevent MSRV
49+
# bumps from uefi-raw, I restrict this here. Upstream users are likely to have
50+
# two versions of this library in it, which is no problem, as we only use the
51+
# type definition.
52+
uefi-raw = { version = "=0.3", default-features = false }
4953
ptr_meta = { version = "0.2", default-features = false }
5054

5155
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)