aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authorJan <sentrycraft123@gmail.com>2024-04-14 22:59:04 +0200
committerGitHub <noreply@github.com>2024-04-14 22:59:04 +0200
commita2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4 (patch)
tree9d334ad2c758134287b5f744f3a6c6ebe73d881c /src-tauri/Cargo.toml
parent7ab55d005aa7661d1eed6cb0a77ee6b269bfdf91 (diff)
downloadFlightCore-a2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4.tar.gz
FlightCore-a2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4.zip
chore: Update tauri-plugin-store (#894)
Update tauri-plugin-store plugin to a newer version to address an error during building.
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 fb044462..7d08c777 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -43,7 +43,7 @@ sysinfo = "0.30.7"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
# Persistent store for settings
-tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", rev = "5a6abd3203dc94c38f96d0c4bf7ecbef399f8c25" }
+tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
# JSON5 parsing support (allows comments in JSON)
json5 = "0.4.1"
# Async recursion for recursive mod install