diff options
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", |
