Skip to content

wdk-sys-v0.3.0

Compare
Choose a tag to compare
@wmmc88 wmmc88 released this 03 Oct 00:00
· 21 commits to main since this release
8ca9c12

Added

  • add more precise NTSTATUS const fns (#183)
  • configure WDK configuration via parsing Cargo manifest metadata (#186)

Fixed

  • typos in Getting Started section of README.md (#213)
  • [breaking] prevent linking of wdk libraries in tests that depend on wdk-sys (#118)

Other

  • Improve doc comments to comply with too_long_first_doc_paragraph clippy lint (#202)
  • Update README.md (#180)
  • update readme to call out bugged LLVM 18 versions (#169)
  • Build perf: Make calls to bindgen run in parallel (#159)
  • Bump rustversion from 1.0.14 to 1.0.15 (#145)
  • use a standardized workspace lint table (#134)
  • Bump anyhow from 1.0.79 to 1.0.82 (#140)
  • Bump thiserror from 1.0.56 to 1.0.59 (#142)
  • change version bounds for manual_c_str_literals and ref_as_ptr clippy lints (#127)
  • fix winget llvm install command option (#115)
  • fix various pipeline breakages (nightly rustfmt bug, new nightly clippy lints, upstream winget dependency issue) (#117)
  • add lint exceptions for clippy::manual_c_str_literals and clippy::ref_as_ptr (#108)