diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-21 12:09:35 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-21 12:09:35 +0200 |
commit | d7fdbf8889d51b1b6b256a3f7ffa0934874fcc2f (patch) | |
tree | 785753e880c3b9e04a62393887a25a8411e6ce80 | |
parent | 68892a467ce10c358bffe8da3229a4ee18ad800a (diff) | |
download | FlightCore-d7fdbf8889d51b1b6b256a3f7ffa0934874fcc2f.tar.gz FlightCore-d7fdbf8889d51b1b6b256a3f7ffa0934874fcc2f.zip |
fix: Bump libthermite to 0.7.0-beta
The difference is simply the removed deprecation notice
-rw-r--r-- | src-tauri/Cargo.lock | 4 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e0d510c6..f01d299b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1993,9 +1993,9 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libthermite" -version = "0.7.0-alpha.1" +version = "0.7.0-beta" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fccf09f4637fd1437d1c5bb05fe7949dfdbe276d0ea2985239101eecd7eca0f4" +checksum = "07d01e44ad3cd57ad026987a2d69a71d7a6d49e5ecdbbe64c2f940477b2a3a2d" dependencies = [ "flate2", "json5", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5c2e7b94..bba82afc 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.1", features = ["proton"] } +libthermite = { version = "0.7.0-beta", features = ["proton"] } # zip stuff zip = "0.6.2" # Regex |