Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ fatfs = { git = "https://github.com/rafalh/rust-fatfs.git", rev = "87fc1ed5074a3
fs-err = "2.6.0"
heck = "0.4.0"
itertools = "0.10.5"
# Use git as a temporary workaround for https://github.com/rust-osdev/uefi-rs/issues/573.
mbrman = { git = "https://github.com/cecton/mbrman.git", rev = "78565860e55c272488d94480e72a4e2cd159ad8e" }
mbrman = "0.5.1"
nix = "0.26.1"
proc-macro2 = "1.0.46"
quote = "1.0.21"
Expand Down