Skip to content

Commit 352e59e

Browse files
nicoburnsealmloff
andauthored
Bump rfd to 0.17.2 (#5204)
* Bump rfd to 0.17.1 Signed-off-by: Nico Burns <nico@nicoburns.com> * Bump MSRV to 1.90 Signed-off-by: Nico Burns <nico@nicoburns.com> * Fix clippy Signed-off-by: Nico Burns <nico@nicoburns.com> * bump rfd and revert msrv changes --------- Signed-off-by: Nico Burns <nico@nicoburns.com> Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
1 parent 15bf75b commit 352e59e

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

‎Cargo.lock‎

Lines changed: 26 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/desktop/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ wry = { workspace = true, features = ["os-webview", "protocol", "drag-drop", "li
6161

6262
[target.'cfg(any(target_os = "windows",target_os = "macos",target_os = "linux",target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
6363
global-hotkey = "0.7.0"
64-
rfd = { version = "0.15.3", default-features = false, features = ["xdg-portal", "tokio"] }
64+
rfd = { version = "0.17.2", default-features = false, features = ["xdg-portal"] }
6565
muda = { workspace = true }
6666

6767
[target.'cfg(any(target_os = "windows",target_os = "macos",target_os = "linux"))'.dependencies]

0 commit comments

Comments
 (0)