Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 61 additions & 8 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ zip = { version = "8", default-features = false, features = ["deflate-flate2-zli

# B305: git blob SHA-1 of local files, to detect which differ from the
# manifest (the same id GitHub reports per blob) for "propose changes".
sha1 = "0.10"
sha1 = "0.11"

# Native "move to Trash" — replaces an osascript→Finder round-trip, so trashing
# a file no longer needs an Automation-access prompt and there's no AppleScript
Expand Down
Loading