diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-20 00:49:14 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-20 00:49:14 +0200 |
commit | e3c68e1f322b8bbf8b39ecc3b39b46baf59f6ca7 (patch) | |
tree | 5fb21b9a8b7840b7f0880a8e72a54f4cd8ff710f | |
parent | 5f3dcdedbb0281cd52ec372c647f9b2ce4f860b7 (diff) | |
download | FlightCore-e3c68e1f322b8bbf8b39ecc3b39b46baf59f6ca7.tar.gz FlightCore-e3c68e1f322b8bbf8b39ecc3b39b46baf59f6ca7.zip |
fix: Typo in 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 1c758eb3..261e0b9d 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", features = ["proton"] } # zip stuff zip = "0.6.2" # Regex |