Skip to content

Commit 361ec37

Browse files
authored
chore(deps): update to tao 0.26 (#8932)
* chore(deps): update to tao 0.26 * fallback to crate name * move struct to runtime * tests
1 parent 33bbd7f commit 361ec37

File tree

13 files changed

+121
-662
lines changed

13 files changed

+121
-662
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri": patch:breaking
3+
"tauri-utils": patch:breaking
4+
---
5+
6+
Moved `ProgressBarState` from `tauri-utils` to the `tauri::window` module and removed the `unity_uri` field.

.changes/remove-unit-uri.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tauri-apps/api": patch:breaking
3+
---
4+
5+
Removed the `unityUri` option from the progress bar state, no longer required.

0 commit comments

Comments
 (0)