diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-05-04 21:05:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 21:05:06 +0200 |
commit | ac3ee347f06c6c3895a288ce0a06febae251b473 (patch) | |
tree | 1a66d20ecf581dac0b49d1b6a10f105191aa06f6 /src-tauri/Cargo.toml | |
parent | a8af51546b5006379532d6d207cd7a9e56ef4b08 (diff) | |
download | FlightCore-ac3ee347f06c6c3895a288ce0a06febae251b473.tar.gz FlightCore-ac3ee347f06c6c3895a288ce0a06febae251b473.zip |
chore: Update Tauri to 1.3 (#303)
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 13666582..b4678260 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,12 +18,12 @@ rust-version = "1.66" debug = 1 [build-dependencies] -tauri-build = { version = "1.2", features = [] } +tauri-build = { version = "1.3", features = [] } [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.2", features = ["api-all", "updater"] } +tauri = { version = "1.3", features = ["api-all", "updater"] } tokio = { version = "1", features = ["full"] } # Sentry (crash) logging sentry = "0.30" |