apply version updates (#1656)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-18 16:55:21 +01:00
committed by GitHub
parent 6704b207ac
commit 9fa99b14fd
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
'wry': patch
---
Adds a `PartialEq` derive to `Rect`.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.54.1]
- [`6704b20`](https://github.com/tauri-apps/wry/commit/6704b207ac985e968be0b5c26b898ca152ae47d9) ([#1655](https://github.com/tauri-apps/wry/pull/1655)) Adds a `PartialEq` derive to `Rect`.
## \[0.54.0]
- [`5fdd1a9`](https://github.com/tauri-apps/wry/commit/5fdd1a9840e24ce77ea4a57ce3746c3dbee28c9c) ([#1625](https://github.com/tauri-apps/wry/pull/1625)) Use OnBackPressedCallback instead of the deprecated onKeyDown for back navigation on Android.

2
Cargo.lock generated
View File

@@ -4128,7 +4128,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "wry"
version = "0.54.0"
version = "0.54.1"
dependencies = [
"base64",
"block2 0.6.0",

View File

@@ -2,7 +2,7 @@ workspace = {}
[package]
name = "wry"
version = "0.54.0"
version = "0.54.1"
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
license = "Apache-2.0 OR MIT"