Skip to content

Rel0.23#57

Merged
HEnquist merged 5 commits into
masterfrom
rel0.23
Apr 2, 2026
Merged

Rel0.23#57
HEnquist merged 5 commits into
masterfrom
rel0.23

Conversation

@HEnquist

@HEnquist HEnquist commented Apr 2, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears to prepare the crate for the 0.23.0 release by updating the MSRV and dependencies, modernizing some pointer casts in unsafe Windows interop code, and adding a Windows GitHub Actions CI workflow.

Changes:

  • Bump crate version to 0.23.0, raise rust-version to 1.76, and relax/update dependency version constraints.
  • Refactor several unsafe pointer conversions to use cast(), std::ptr::from_ref, and std::ptr::from_mut.
  • Add a Windows CI workflow to run check/fmt/clippy/test and a publish dry-run (plus publish on release).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/waveformat.rs Updates unsafe read to use ptr::from_ref(...).cast() for clearer pointer conversion.
src/api.rs Refactors pointer casts, adjusts COM frees, and ensures audio effects memory is freed even when num_effects == 0.
Cargo.toml Release + MSRV bump and dependency version updates.
.github/workflows/windows-ci.yml Adds Windows CI pipeline and release publish job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/api.rs Outdated
@HEnquist HEnquist merged commit ce77ae1 into master Apr 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants