Skip to content

Commit

Permalink
fix(deps): update rust crate tauri-plugin-positioner to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent a8fb732 commit 4e2efda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.202", features = ["derive"] }
tauri = { version = "1.6.6", features = [ "system-tray", "os-all", "notification-all", "shell-open", "updater", "window-start-dragging", "icon-png"] }
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-deep-link = "0.1.2"
tauri-plugin-positioner = { version = "1.0.5", features = ["system-tray"] }
tauri-plugin-positioner = { version = "2.0.1", features = ["system-tray"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
time = ">=0.3.35"

Expand Down

0 comments on commit 4e2efda

Please sign in to comment.