Skip to content

wdk-v0.3.0

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

Added

  • configure WDK configuration via parsing Cargo manifest metadata (#186)

Fixed

  • typos in Getting Started section of README.md (#213)
  • only emit must_use hint when wdf function has return type (#122)
  • [breaking] prevent linking of wdk libraries in tests that depend on wdk-sys (#118)

Other

  • Update README.md (#180)
  • update readme to call out bugged LLVM 18 versions (#169)
  • use a standardized workspace lint table (#134)
  • fix winget llvm install command option (#115)
  • fix various pipeline breakages (nightly rustfmt bug, new nightly clippy lints, upstream winget dependency issue) (#117)