chore(deps): update rust crate tao to 0.29 #183
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.28
->0.29
Release Notes
tauri-apps/tao (tao)
v0.29.0
Compare Source
e67cf1b2
(#941 by @Sanae6) Prevent duplicate mouse press, release, and motion events from firing on Linux (fixes #939)b7dab732
(#947 by @muwoo) FixWindow::request_user_attention
not taking effect after minimizing the window by clicking the taskbar iconf54cc11e
(#938 by @andrewbaxter) AddEventLoopWindowTargetExtUnix::gtk_app
getter.BadIcon::DimensionsZero
error variant inIcon::from_rgba
if one of the passed icon dimensions is zero.80e10084
(#954 by @amrbashir) Return a newBadIcon::DimensionsZero
error variant inIcon::from_rgba
if one of the passed icon dimensions is zero.80e10084
(#954 by @amrbashir) Return a newBadIcon::DimensionsMultiplyOverflow
error variant inIcon::from_rgba
if dimensions multiplication overflowed.f5756196
(#956 by @MarijnS95) Breaking change: Upgradendk
crate to0.9
andndk-sys
crate to0.6
. Types from thendk
crate are used in public API surface.Breaking change: Change
NativeKeyCode::Android(u32)
type to usei32
, which is the native type used by all Android API.Breaking change: The
setup
function passed toandroid_binding!()
must now take a&ThreadLooper
instead of&ForeignLooper
, matching thewry
change in https://github.com/tauri-apps/wry/pull/1296.f54cc11e
(#938 by @andrewbaxter) AddWindowExtUnix::new_from_gtk_window
.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.
This PR was generated by Mend Renovate. View the repository job log.