Skip to content

Commit da64d9b

Browse files
fix(deps): update rust crate tauri-plugin-window-state to 2.2.0 (#2217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa2f2bf commit da64d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ features = [
5454
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.2.0" }
5555
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.2.0" }
5656
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.3.0" }
57-
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.0.0" }
57+
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
5858

5959
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
6060
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.2.0" }

0 commit comments

Comments
 (0)