68
This releases focuses on two distinct crates that have been updated and are in need of a release. While many other improvements and fixes have occurred this month - see what's changed below - no other pressing updates are required and those changes will accrue to a future release.
Major version updates to existing crates
The windows-services crate (0.25.0) introduces a range of powerful updates for supporting different hosting, testing, fallback, and extended commands (#3662).
Minor version updates to existing crates
The windows-targets crate (0.53.3) now forwards the link
macro for raw-dylib
support to the newer windows-link crate rather than implementing it directly (#3670).
What's Changed
- Remove "deprecated" feature by @kennykerr in #3638
- Fix new nightly Clippy warning by @kennykerr in #3649
- Update
toml
dependency from 0.8 to 0.9 by @kennykerr in #3655 - Replace
CoCreateGuid
withUuidCreate
to avoidole32.dll
dependency by @kennykerr in #3656 - Add simple C# interop sample/test by @kennykerr in #3657
- Add error handling and string test for C# interop by @kennykerr in #3658
- Fix new Rust nightly warnings by @kennykerr in #3659
- Fix nightly Clippy warning by @kennykerr in #3665
- Fix use-after-free in json_validator sample by @riverar in #3668
- The
windows
crate's "std" feature should enable dependent "std" features by @kennykerr in #3666 - Windows service improvements for hosting, testing, fallback, and extended commands by @kennykerr in #3662
- Clarify and test extern abi workaround for variadic function support by @kennykerr in #3669
- Forward
link
macro forraw-dylib
support by @kennykerr in #3670 - Add reminder to remove hardcoded "C" before next major update by @kennykerr in #3671
- windows: Use new
hints.mostly-unused
by @joshtriplett in #3660 - Parameterize fix-environment action by @riverar in #3677
- Apply clippy workflow to all but tests by @kennykerr in #3675
- Minor release of
windows-targets
by @kennykerr in #3683 - Major release of
windows-services
by @kennykerr in #3684
New Contributors
- @joshtriplett made their first contribution in #3660
Full Changelog: 67...68