Skip to content

Commit 5b23b7d

Browse files
fix(dialog): update rfd 0.16 → 0.17 for zbus 5.x compatibility
ashpd 0.11 (from rfd 0.16) is incompatible with zbus 5.x which is now required by tauri-plugin-opener. rfd 0.17 uses ashpd 0.12 which supports zbus 5.x. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2028546 commit 5b23b7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/dialog/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links = "tauri-plugin-dialog"
1111

1212
[features]
1313
default = ["xdg-portal"]
14-
xdg-portal = ["rfd/xdg-portal", "rfd/tokio", "rfd/wayland"]
14+
xdg-portal = ["rfd/xdg-portal", "rfd/wayland"]
1515
gtk3 = ["rfd/gtk3"]
1616

1717
[package.metadata.docs.rs]
@@ -43,7 +43,7 @@ tauri-plugin-fs = { path = "../fs", version = "2.4.5" }
4343
tauri = { workspace = true, features = ["wry"] }
4444

4545
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
46-
rfd = { version = "0.16", default-features = false, features = [
46+
rfd = { version = "0.17", default-features = false, features = [
4747
"common-controls-v6",
4848
] }
4949

0 commit comments

Comments
 (0)