diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-07-07 23:25:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 23:25:11 +0200 |
commit | 977b6b3971fcb1ba78e8373fc08bd3db2ae3ada9 (patch) | |
tree | f3cbeb1d33f5d07bce835c48c17c43aa21a31239 /src-tauri/Cargo.toml | |
parent | 5911c0e0ccd289e58e41a80d4c097665baf43603 (diff) | |
download | FlightCore-977b6b3971fcb1ba78e8373fc08bd3db2ae3ada9.tar.gz FlightCore-977b6b3971fcb1ba78e8373fc08bd3db2ae3ada9.zip |
chore: Bump libthermite to `0.6.5` (#409)
And update code accordingly
Co-authored-by: AnActualEmerald <emerald_actual@protonmail.com>
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a0c61b52..ab3b9007 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 = "0.5.3" +libthermite = "0.6.5" # zip stuff zip = "0.6.2" # Regex |