microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

refactor: add support for rustc-check-cfg #150

Closed wmmc88 closed 5 months ago

wmmc88 commented 5 months ago

This change updates the cargo output to the new format (it is backwards compatible) and also fixes a compile warning introduced by the addition of the rustc-check-cfg feature: https://blog.rust-lang.org/2024/05/06/check-cfg.html