Skip to content

0.7.3

Latest
Compare
Choose a tag to compare
@daniel5151 daniel5151 released this 24 Oct 16:12

New Features

  • Add new core_error feature, to have GdbStubError impl core::error::Error. #154 (ultimaweapon)
    • Note: Out of an abundance of caution, this has been put behind a
      feature-flag, as while gdbstub doesn't claim a strict MSRV at this time,
      it seemed unwise to have a PATCH release break folks stuck on a pre-1.81
      Rust toolchain.