Skip to content
Closed
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
10 changes: 8 additions & 2 deletions 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 crates/keyroost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rfd = { version = "0.17", default-features = false, features = ["xdg-portal", "w
# Tiny pure-Rust executor used only to drive rfd's async portal dialogs to
# completion on a throwaway helper thread. Already in the tree via rfd; declared
# directly so `pollster::block_on` is callable.
pollster = "0.4"
pollster = "1.0"

# QR-from-screen (optional; `--features qr`): a lightweight, STILL-only screen
# grab that keeps the one-click UX without a video-capture stack. Decoding
Expand Down