summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-29 18:30:27 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-29 18:30:30 +0100
commitb83c556641f42ffe27b220b97081ca08323bd5de (patch)
tree19674a745f0d40f719e910ca009760a9de48f426 /Cargo.toml
parentfeat: set parent window of rfd dialogs (diff)
downloadiced-builder-b83c556641f42ffe27b220b97081ca08323bd5de.tar.gz
feat: replace the unmaintained `dirs-next` crate with `dirs`
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 4d5f935..99c335a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ toml = "0.9"
smol = "2"
rust-format = { version = "0.3", features = ["pretty_please", "post_process"] }
thiserror = "2"
-dirs-next = "2"
+dirs = "6"
[build-dependencies]
iced_fontello.git = "https://github.com/pml68/iced_fontello"