diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-18 14:16:18 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-18 14:16:18 +0200 |
commit | 6d0d813c9af9fb43e2732652c5ec14d914dcea42 (patch) | |
tree | 7c544d516ede038750f696bc9eec66de70e5867d /src-tauri/Cargo.toml | |
parent | dfa5af1746546d388a85081fae499c28521a20ea (diff) | |
download | FlightCore-6d0d813c9af9fb43e2732652c5ec14d914dcea42.tar.gz FlightCore-6d0d813c9af9fb43e2732652c5ec14d914dcea42.zip |
feat: Initial support for installing packages
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 ed523a4b..1ce47b8a 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 = "0.6.5" +libthermite = "0.7.0-alpha" # zip stuff zip = "0.6.2" # Regex |