We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c68139 commit 2e211d5Copy full SHA for 2e211d5
xtask/Cargo.toml
@@ -11,7 +11,8 @@ clap = { version = "4.0.4", features = ["derive"] }
11
fatfs = { git = "https://github.com/rafalh/rust-fatfs.git", rev = "87fc1ed5074a32b4e0344fcdde77359ef9e75432" }
12
fs-err = "2.6.0"
13
heck = "0.4.0"
14
-mbrman = "0.5.0"
+# 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" }
16
nix = "0.25.0"
17
proc-macro2 = "1.0.46"
18
quote = "1.0.21"
0 commit comments