Releases: rust-disk-partition-management/mbrman
Releases · rust-disk-partition-management/mbrman
v0.5.2
v0.5.1
0.5.0
- [BREAKING] Convert
MBRPartitionEntry.bootto au8; exportBOOT_INACTIVEandBOOT_ACTIVEconstants - [BREAKING] Replace
BootstrapCode440,BootstrapCode446, andSignature55AAwithu8arrays - [BREAKING] Make
Errortype non-exhaustive (#15) - Add
InvalidSignatureandInvalidBootFlagerror variants (#18) - Add
MBRPartitionEntry.is_active()convenience method - Zero-fill unused EBR partition entries when writing (#20)
- Add
Eqderives on structs - Document 1.51 MSRV