Skip to content

Commit 2e211d5

Browse files
Add temporary workaround for yanked dependency
1 parent 2c68139 commit 2e211d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xtask/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ clap = { version = "4.0.4", features = ["derive"] }
1111
fatfs = { git = "https://github.com/rafalh/rust-fatfs.git", rev = "87fc1ed5074a32b4e0344fcdde77359ef9e75432" }
1212
fs-err = "2.6.0"
1313
heck = "0.4.0"
14-
mbrman = "0.5.0"
14+
# Use git as a temporary workaround for https://github.com/rust-osdev/uefi-rs/issues/573.
15+
mbrman = { git = "https://github.com/cecton/mbrman.git", rev = "78565860e55c272488d94480e72a4e2cd159ad8e" }
1516
nix = "0.25.0"
1617
proc-macro2 = "1.0.46"
1718
quote = "1.0.21"

0 commit comments

Comments
 (0)