diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-08 03:02:28 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-08 03:02:28 +0100 |
commit | c60b7b606dd0b4bc7108f9a768a4545f0781730c (patch) | |
tree | 84566aca1cd4499288c00f236563541c00aef070 /src-tauri/Cargo.toml | |
parent | 9fd1b18373b495a777edd724c875cd376ee8fb2f (diff) | |
parent | 7df1f2dbc038d0d93463249f15ca2e1e7ec23094 (diff) | |
download | FlightCore-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.toml | 4 |
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 |