Skip to content

Commit

Permalink
fix: strict version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 21, 2024
1 parent 6d2852b commit f053f3b
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 @@ -32,7 +32,7 @@ serde_json = "1"
serde = { version = "1", features = ["derive"] }

tauri = { version = "2.0", features = ["macos-private-api", "macos-proxy", "devtools", "tray-icon", "image-png"] }
tauri-plugin-shell = "2.0.1"
tauri-plugin-shell = "=2.0.1"
tauri-plugin-single-instance = "2.0"
tauri-plugin-process = "2.0"
tauri-plugin-autostart = "2.0"
Expand Down

0 comments on commit f053f3b

Please sign in to comment.