Skip to content

0.5.0

Compare
Choose a tag to compare
@bgilbert bgilbert released this 14 Oct 04:39
· 16 commits to main since this release
  • [BREAKING] Convert MBRPartitionEntry.boot to a u8; export BOOT_INACTIVE and BOOT_ACTIVE constants
  • [BREAKING] Replace BootstrapCode440, BootstrapCode446, and Signature55AA with u8 arrays
  • [BREAKING] Make Error type non-exhaustive (#15)
  • Add InvalidSignature and InvalidBootFlag error variants (#18)
  • Add MBRPartitionEntry.is_active() convenience method
  • Zero-fill unused EBR partition entries when writing (#20)
  • Add Eq derives on structs
  • Document 1.51 MSRV