diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-03-05 20:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 19:31:58 +0000 |
commit | 85393e170cf8912ee08a73a11eeee32b46662ee6 (patch) | |
tree | 0fe47ddc330de68f8068bebc99a57d0934822eeb /src-tauri/Cargo.toml | |
parent | 441b81ef0f46062713f618a57e0d297c8a7a70d3 (diff) | |
download | FlightCore-85393e170cf8912ee08a73a11eeee32b46662ee6.tar.gz FlightCore-85393e170cf8912ee08a73a11eeee32b46662ee6.zip |
chore: Bump libthermite to 0.5.3 (#199)
This adds a change needed for making progressbar work on dowload
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 1fc281bc..73bd3bc8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ steamlocate = "1.0.2" # Error messages anyhow = "1.0" # libthermite for Northstar/mod install handling -libthermite = "0.5.2" +libthermite = "0.5.3" # zip stuff zip = "0.6.2" # Regex |