aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-15 15:49:32 +0100
committerGitHub <noreply@github.com>2024-01-15 15:49:32 +0100
commit75a9eb0eebe7451b5727c377fb8f67f0af2231aa (patch)
tree2c679a0a307277acb47fd31c3022128b4cffd652 /src-tauri/Cargo.toml
parenta7c68f0a208b3fdcd29b9ed415c3da9fb6356957 (diff)
downloadFlightCore-75a9eb0eebe7451b5727c377fb8f67f0af2231aa.tar.gz
FlightCore-75a9eb0eebe7451b5727c377fb8f67f0af2231aa.zip
chore: bump libthermite from 0.7.0-beta to 0.7.0 in /src-tauri (#749)
Bumps libthermite from 0.7.0-beta to 0.7.0. --- updated-dependencies: - dependency-name: libthermite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 8972ef5b..f46ba7cb 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-beta", features = ["proton"] }
+libthermite = { version = "0.7.0", features = ["proton"] }
# zip stuff
zip = "0.6.2"
# Regex