From b83c556641f42ffe27b220b97081ca08323bd5de Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 29 Jan 2026 18:30:27 +0100 Subject: feat: replace the unmaintained `dirs-next` crate with `dirs` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3