diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 17:17:58 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 17:17:58 +0200 |
commit | dc44b1e245f8eac6a6ea2c46262d61de793de011 (patch) | |
tree | f7be0c0a1b34aabfd0ad1c4018cc462c87607f6e /src-tauri/Cargo.toml | |
parent | ae10f3255155869a2026f2e09092f73c1394ae7b (diff) | |
download | FlightCore-dc44b1e245f8eac6a6ea2c46262d61de793de011.tar.gz FlightCore-dc44b1e245f8eac6a6ea2c46262d61de793de011.zip |
Update libthermite version
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 5f3f2ed0..bc0ec64e 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.1.0" +libthermite = "0.2.0" # zip stuff zip = "0.6.2" # powershell interaction |