Commit Graph

3 Commits

Author SHA1 Message Date
Kenny Kerr bb1adf9240
Update `windows` crate dependency to 0.57 (#90)
As it happens, another update to the `windows` family of crates is available:
https://github.com/microsoft/windows-rs/releases/tag/0.57.0

In particular, this one includes a new feature to support freeing handles automatically:
https://github.com/microsoft/windows-rs/pull/3013

This avoids the need for the `OwnedHandle` helper type in Sudo.
2024-07-01 08:37:51 -05:00
Kenny Kerr 008236977a
Update `windows` crate dependency to 0.56 (#88)
Minor change for sudo in that `#[must_use]` is now applied to `RPC_STATUS`. This helps to catch cases in which the error code is accidentally ignored. In this particular case, it can safely be ignored.
2024-06-05 15:44:31 -05:00
Mike Griese d86b439155
Initial release of the sudo source (#71)
Initial release of the sudo source

---------

Co-authored-by: Mike Griese <zadjii@gmail.com>
2024-05-22 18:48:06 -07:00