Skip to content

Commit

Permalink
chore(deps): update to tao 0.26 (#8932)
Browse files Browse the repository at this point in the history
* chore(deps): update to tao 0.26

* fallback to crate name

* move struct to runtime

* tests
  • Loading branch information
lucasfernog committed Feb 21, 2024
1 parent 33bbd7f commit 361ec37
Show file tree
Hide file tree
Showing 13 changed files with 121 additions and 662 deletions.
6 changes: 6 additions & 0 deletions .changes/progress-bar-state-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri": patch:breaking
"tauri-utils": patch:breaking
---

Moved `ProgressBarState` from `tauri-utils` to the `tauri::window` module and removed the `unity_uri` field.
5 changes: 5 additions & 0 deletions .changes/remove-unit-uri.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:breaking
---

Removed the `unityUri` option from the progress bar state, no longer required.
Loading

0 comments on commit 361ec37

Please sign in to comment.