Skip to content

Commit

Permalink
deps: Bump RFD to the newest revision
Browse files Browse the repository at this point in the history
This fixes filters in XDG portals and allows
showing files without an extension.
  • Loading branch information
kjarosh authored and torokati44 committed Sep 7, 2024
1 parent 7d07eb2 commit 4d01b48
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
28 changes: 20 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ url = "2.5.2"
wasm-bindgen = "=0.2.93"
walkdir = "2.5.0"
tokio = { version = "1.40.0" }
rfd = { git = "https://github.com/PolyMeilex/rfd.git", rev = "42dcc7d61fc5e278b4ed76bb9720ba4d89266f01" }
rfd = { git = "https://github.com/PolyMeilex/rfd.git", rev = "e0e725ec9a426acf7c93d9877c41e230fcee3fac" }

[workspace.lints.rust]
# Clippy nightly often adds new/buggy lints that we want to ignore.
Expand Down

0 comments on commit 4d01b48

Please sign in to comment.