diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-28 12:29:47 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-28 12:29:47 +0100 |
| commit | d0848f5561c0ebc216f2030fe491457d2e2474b1 (patch) | |
| tree | 61070fb170128e270b2ad89c2d91652e7ac0b96d /Cargo.toml | |
| parent | chore: update iced_material (diff) | |
| download | iced-builder-d0848f5561c0ebc216f2030fe491457d2e2474b1.tar.gz | |
chore: update deps
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
