Skip to content

Commit 57518ce

Browse files
authored
Merge pull request #1673 from rust-osdev/bishop-unpin-uguid
Unpin uguid
2 parents b8ddf99 + 79b667f commit 57518ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ rust-version = "1.85.1"
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-
# Pinned to keep uefi-raw's MSRV.
27-
uguid = "=2.2.1"
26+
uguid = "2.2.1"
2827

2928
[patch.crates-io]
3029
uefi = { path = "uefi" }

0 commit comments

Comments
 (0)