diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-11-13 15:43:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 15:43:22 +0100 |
commit | efd4afaaa68fc9168b71cb0a8049ca38a8ed8d79 (patch) | |
tree | 4fde84e041f690c8f5f13bce028e419a308fc1d2 /src-tauri/Cargo.toml | |
parent | fa25001d7f2a1962de8990f077f7f1601679a292 (diff) | |
download | FlightCore-efd4afaaa68fc9168b71cb0a8049ca38a8ed8d79.tar.gz FlightCore-efd4afaaa68fc9168b71cb0a8049ca38a8ed8d79.zip |
chore: Bump libthermite version to 0.3.3 (#49)
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 ab2de8bf..30d80047 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.2.0" +libthermite = "0.3.3" # zip stuff zip = "0.6.2" # powershell interaction |