diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-11-14 19:02:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 19:02:40 +0100 |
commit | 7a0bd126ec2ec2aa4500616705afd3dba21f3d62 (patch) | |
tree | d1561a669ad0be87a3862367ebaae030dc243682 /src-tauri/Cargo.toml | |
parent | 50e5ba8f50090fec223c1e60ae24cf843574e608 (diff) | |
download | FlightCore-7a0bd126ec2ec2aa4500616705afd3dba21f3d62.tar.gz FlightCore-7a0bd126ec2ec2aa4500616705afd3dba21f3d62.zip |
chore: Bump libthermite version to 0.3.4 (#52)
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 30d80047..d63daf87 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.3.3" +libthermite = "0.3.4" # zip stuff zip = "0.6.2" # powershell interaction |