Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate raw-window-handle to 0.6 #1062

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
raw-window-handle dependencies minor 0.5 -> 0.6

Release Notes

rust-windowing/raw-window-handle (raw-window-handle)

v0.6.0

Compare Source

  • Breaking: Raw pointer handles now use NonNull where appropriate, to avoid null pointer dereferences.
  • Breaking: Renamed empty methods to new, and take parameters in most of those, to better match normal Rust semantics.
  • Breaking: HasRaw(Display/Window)Handle::raw_(display/window)_handle returns a result indicating if fetching the window handle failed (#​122).
  • Breaking: Remove the Active/ActiveHandle types from the public API (#​126).
  • Breaking: Remove AppKitWindowHandle::ns_window and UiKitWindowHandle::ui_window since they can be retrieved from the view (#​129).
  • Breaking: Remove Copy derive from RawWindowHandle and WindowHandle (#​140).
  • Implement PartialEq, Eq and Hash for WindowHandle too. (#​128)
  • Implement the relevant traits for &mut T where T: <trait>. (#​130)
  • Add web handles for wasm-bindgen v0.2. They are locked behind the wasm-bindgen-0-2 feature. (#​134)
  • Deprecate the raw window/display handle traits. They will be removed at the next stable release. (#​139)

v0.5.2

Compare Source

  • Add several types for using raw window handles safely, including HasWindowHandle, WindowHandle, HasDisplayHandle, DisplayHandle and Active (#​110).

v0.5.1

Compare Source

  • Add the rust-version field (1.64).
  • Implemented From for RawWindowHandle and RawDisplayHandle

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 7, 2023 12:51
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 11 times, most recently from 583d626 to 004d745 Compare November 14, 2023 13:30
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 7 times, most recently from c35fe18 to 71edacd Compare November 23, 2023 14:16
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 4 times, most recently from f351797 to 6ae36ad Compare December 4, 2023 04:44
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 2 times, most recently from f33c5b0 to 6f76b0d Compare December 14, 2023 03:08
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 3 times, most recently from a3b66bd to 2789075 Compare December 19, 2023 13:31
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 2 times, most recently from 4143c20 to 5bd8e37 Compare December 27, 2023 13:26
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 5 times, most recently from ff2dfb2 to d41fcce Compare January 3, 2024 23:11
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch from d41fcce to cae8f6e Compare January 18, 2024 17:36
@rhysd
Copy link
Contributor

rhysd commented Jan 22, 2024

I'm thinking about updating raw-window-handle to v0.6. Is there any blocker?

@renovate renovate bot deleted the renovate/raw-window-handle-0.x branch January 22, 2024 13:40
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.

1 participant