aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-02-06 21:59:46 +0100
committerGitHub <noreply@github.com>2023-02-06 21:59:46 +0100
commitacd8a26fcd68ffa7ecd0451279a6b64a44e28b53 (patch)
tree051690a7fe1fa60dfb4ced939c1f290d0beff095 /src-tauri/Cargo.toml
parent782588f66d4e72df53376d1e8aa96c35d3225d8c (diff)
downloadFlightCore-acd8a26fcd68ffa7ecd0451279a6b64a44e28b53.tar.gz
FlightCore-acd8a26fcd68ffa7ecd0451279a6b64a44e28b53.zip
chore: Bump libthermite version to 0.5.2 (#163)
And fix corresponding code that broke in the process Basically just removing `await`s as the networking functions are no longer async.
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 9c0ad2b8..405349da 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -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