diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-20 13:09:44 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-20 13:09:44 +0200 |
commit | 06cdb5d191897dcafd93dea9cf23e7a1a1708d8f (patch) | |
tree | d079d39db3f77640323d92023409dfad0f214964 /src-tauri/Cargo.toml | |
parent | d335e7483dfd1959945ee06038c02877a349ef66 (diff) | |
download | FlightCore-06cdb5d191897dcafd93dea9cf23e7a1a1708d8f.tar.gz FlightCore-06cdb5d191897dcafd93dea9cf23e7a1a1708d8f.zip |
Bump libthermite to 0.7.0-alpha.1
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 261e0b9d..5c2e7b94 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 = { version = "0.7.0-alpha", features = ["proton"] } +libthermite = { version = "0.7.0-alpha.1", features = ["proton"] } # zip stuff zip = "0.6.2" # Regex |