summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78b6a47..d8a775e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ serde_json = "1.0"
toml = "0.9"
tokio = { version = "1.48", features = ["fs", "io-util"] }
tokio-stream = { version = "0.1", features = ["fs"] }
-rfd = "0.15"
+rfd = { version = "0.16", default-features = false, features = ["xdg-portal", "wayland", "tokio"] }
rust-format = { version = "0.3", features = [
"pretty_please",
"post_process",