aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-07-21 12:09:35 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-07-21 12:09:35 +0200
commitd7fdbf8889d51b1b6b256a3f7ffa0934874fcc2f (patch)
tree785753e880c3b9e04a62393887a25a8411e6ce80 /src-tauri/Cargo.toml
parent68892a467ce10c358bffe8da3229a4ee18ad800a (diff)
downloadFlightCore-d7fdbf8889d51b1b6b256a3f7ffa0934874fcc2f.tar.gz
FlightCore-d7fdbf8889d51b1b6b256a3f7ffa0934874fcc2f.zip
fix: Bump libthermite to 0.7.0-beta
The difference is simply the removed deprecation notice
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 5c2e7b94..bba82afc 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -33,7 +33,7 @@ steamlocate = "1.2"
# Error messages
anyhow = "1.0"
# libthermite for Northstar/mod install handling
-libthermite = { version = "0.7.0-alpha.1", features = ["proton"] }
+libthermite = { version = "0.7.0-beta", features = ["proton"] }
# zip stuff
zip = "0.6.2"
# Regex