aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-09 01:17:10 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-09 01:17:10 +0200
commite20bcc18e9ab82382f7736cc046f6478cf8c5f52 (patch)
tree3ba71554ed37e79c2abc7b2c118a6de071bda901 /src-tauri
parent950c1c3fa52a083b23f6a8b2e6b86fe451784ca6 (diff)
downloadFlightCore-e20bcc18e9ab82382f7736cc046f6478cf8c5f52.tar.gz
FlightCore-e20bcc18e9ab82382f7736cc046f6478cf8c5f52.zip
Use crates.io version instead of git repo
for libthermite
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.lock4
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 872dff2e..e9d51e6a 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1654,7 +1654,8 @@ dependencies = [
[[package]]
name = "libthermite"
version = "0.1.0"
-source = "git+https://github.com/AnActualEmerald/papa?rev=896dbec2d7eb59758c01a32006089dd7b6e48d5c#896dbec2d7eb59758c01a32006089dd7b6e48d5c"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "62a6023e653df8290a99bfaadf4dc62936ee2a76e3e64747f34a223f64152b92"
dependencies = [
"directories",
"futures-util",
@@ -1666,7 +1667,6 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
- "toml",
"zip",
]
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index b2e4ae84..ae3be596 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -25,7 +25,7 @@ steamlocate = "1.0.2"
# Error messages
anyhow = "1.0"
# libthermite for Northstar/mod install handling
-libthermite = { git = "https://github.com/AnActualEmerald/papa", rev = "896dbec2d7eb59758c01a32006089dd7b6e48d5c" }
+libthermite = "0.1.0"
[features]
# by default Tauri runs in production mode