aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-08 03:02:28 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-08 03:02:28 +0100
commitc60b7b606dd0b4bc7108f9a768a4545f0781730c (patch)
tree84566aca1cd4499288c00f236563541c00aef070 /src-tauri/Cargo.toml
parent9fd1b18373b495a777edd724c875cd376ee8fb2f (diff)
parent7df1f2dbc038d0d93463249f15ca2e1e7ec23094 (diff)
downloadFlightCore-c60b7b606dd0b4bc7108f9a768a4545f0781730c.tar.gz
FlightCore-c60b7b606dd0b4bc7108f9a768a4545f0781730c.zip
Merge branch 'main' into feat/basic-log-parsing
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 9c0ad2b8..d88b8231 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "1.6.1"
+version = "1.7.0"
description = "A Tauri App"
authors = ["you"]
license = ""
@@ -25,7 +25,7 @@ steamlocate = "1.0.2"
# Error messages
anyhow = "1.0"
# libthermite for Northstar/mod install handling
-libthermite = "0.4.0"
+libthermite = "0.5.2"
# zip stuff
zip = "0.6.2"
# Regex