microsoft/windows-drivers-rs cargo-wdk-v0.1.0
microsoft/windows-drivers-rs
Captured source
source ↗published Nov 11, 2025seen Jun 26captured 2whttp 200method plain
cargo-wdk-v0.1.0
Repository: microsoft/windows-drivers-rs
Tag: cargo-wdk-v0.1.0
Published: 2025-11-11T02:13:14Z
Prerelease: no
Release notes:
Added
- support stampinf version override (#520)
- add color to cargo wdk and cargo make argument forwarding (#519)
- enhance cargo metadata parsing to respect config.toml (#451)
- add
cargo-wdkcargo extension (#306)
Fixed
- remove
--cwdarg fromcargo-wdk(#437) - remove from
NewArgs::driver_type()the unnecessary check based onusizecasts (#421) - remove cdylib test exclusion from Cargo.toml files (#379)
Other
- Prepare cargo-wdk for release (#560)
- [breaking] bump to Rust 2024 Edition (#430)
- Bump proc-macro2 from 1.0.94 to 1.0.101 in /crates/cargo-wdk/tests/kmdf-driver (#530)
- Bump proc-macro2 from 1.0.94 to 1.0.101 in /crates/cargo-wdk/tests/wdm-driver (#532)
- Bump proc-macro2 from 1.0.94 to 1.0.101 in /crates/cargo-wdk/tests/umdf-driver (#531)
- Bump syn from 2.0.100 to 2.0.106 in /crates/cargo-wdk/tests/kmdf-driver (#472)
- Bump syn from 2.0.100 to 2.0.106 in /crates/cargo-wdk/tests/wdm-driver (#474)
- Bump syn from 2.0.100 to 2.0.106 in /crates/cargo-wdk/tests/umdf-driver (#469)
- Bump cfg-if from 1.0.0 to 1.0.3 in /crates/cargo-wdk/tests/umdf-driver (#475)
- Bump cfg-if from 1.0.0 to 1.0.3 in /crates/cargo-wdk/tests/wdm-driver (#470)
- Bump cfg-if from 1.0.0 to 1.0.3 in /crates/cargo-wdk/tests/kmdf-driver (#465)
- Bump cc from 1.2.17 to 1.2.39 in /crates/cargo-wdk/tests/umdf-driver (#523)
- Bump cc from 1.2.17 to 1.2.39 in /crates/cargo-wdk/tests/kmdf-driver (#522)
- Bump cc from 1.2.17 to 1.2.39 in /crates/cargo-wdk/tests/wdm-driver (#524)
- improve logging for build action (#495)
- use
std::path::absoluteinstead of canonicalize + strip_extended_path_prefix (#462) - Bump tracing-subscriber from 0.3.19 to 0.3.20 (#492)
- enforce typo checking (#452)
- change categories in cargo-wdk to known slugs (#441)
- update crate references for consistency in documentation (#440)
- improve cargo-wdk tests (#429)
- update dependencies to avoid double windows-sys dependency (#393)
- fix invalid argument in cargo-wdk command in README.md (#377)