mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
Publish New Versions (#895)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
17f54d4028
commit
9ecac8119b
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tao": "patch"
|
||||
---
|
||||
|
||||
Update `windows` crate to `0.54`
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user