diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-02-13 23:36:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 23:36:30 +0100 |
commit | cb638c556594a996c94f501fcbd009984a63fd55 (patch) | |
tree | 5874065fc43fabf9f90c7b0e1c686126cdf61892 /src-tauri/Cargo.lock | |
parent | 0fa9573decbf9b6137d47af45144641840de0b36 (diff) | |
download | FlightCore-cb638c556594a996c94f501fcbd009984a63fd55.tar.gz FlightCore-cb638c556594a996c94f501fcbd009984a63fd55.zip |
fix: Specify commit for tauri-plugin-store (#176)
Instead of a branch specify specific commit.
This is done to later run `cargo update`. Currently running said command
updates the dependency to a broken build.
Fixing `tauri-plugin-store` to a specific working commit allows for
running `cargo update` again.
Diffstat (limited to 'src-tauri/Cargo.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 136e19db..85489d68 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "tauri-plugin-store" version = "0.0.0" -source = "git+https://github.com/tauri-apps/tauri-plugin-store?branch=dev#9bd993aa67766596638bbfd91e79a1bf8f632014" +source = "git+https://github.com/tauri-apps/tauri-plugin-store?rev=9bd993aa67766596638bbfd91e79a1bf8f632014#9bd993aa67766596638bbfd91e79a1bf8f632014" dependencies = [ "log", "serde", |