Skip to content

Commit

Permalink
lower Tauri version to allow release
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jan 13, 2025
1 parent ed19d01 commit 5cd56fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ todo = { level = "warn", priority = -1 }
panic_in_result_fn = { level = "warn", priority = -1 }

[workspace.dependencies]
tauri = { version = "2.2" }
tauri = { version = "^2.1.1" }
tauri-build = { version = "2.0" }
tauri-plugin = { version = "2.0" }
specta = { version = "=2.0.0-rc.22" }
Expand Down

0 comments on commit 5cd56fe

Please sign in to comment.