Publish New Versions (#895)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-26 16:10:08 +02:00
committed by GitHub
parent 17f54d4028
commit 9ecac8119b
3 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
"tao": "patch"
---
Update `windows` crate to `0.54`

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.26.2]
- [`17f54d40`](https://github.com/tauri-apps/tao/commit/17f54d402838e20c05c05a1cf3db9e0f76e7fa68)([#887](https://github.com/tauri-apps/tao/pull/887)) Update `windows` crate to `0.54`
## \[0.26.1]
### bug

View File

@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.26.1"
version = "0.26.2"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
@@ -57,9 +57,9 @@ parking_lot = "0.12"
unicode-segmentation = "1.10"
windows-version = "0.1"
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.54"
features = [
[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.54"
features = [
"implement",
"Win32_Devices_HumanInterfaceDevice",
"Win32_Foundation",