summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-28 12:29:47 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-28 12:29:47 +0100
commitd0848f5561c0ebc216f2030fe491457d2e2474b1 (patch)
tree61070fb170128e270b2ad89c2d91652e7ac0b96d /Cargo.toml
parentchore: update iced_material (diff)
downloadiced-builder-d0848f5561c0ebc216f2030fe491457d2e2474b1.tar.gz
chore: update deps
Diffstat (limited to '')
-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",