From 43e7213b705be39a213ab9b18a353912a7bc1e48 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 5 Dec 2024 12:21:26 +0100 Subject: [PATCH] fix: switch to cosmic fork of freedesktop-icons Switch to a fork that we maintain, which containss a few fixes that haven't been merged upstream yet. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5d62c75f620..2be8600b20d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,14 +111,14 @@ slotmap = "1.0.6" smol = { version = "2.0.0", optional = true } thiserror = "1.0.44" tokio = { version = "1.24.2", optional = true } -tracing = "0.1" +tracing = "0.1.41" unicode-segmentation = "1.6" url = "2.4.0" ustr = { version = "1.0.0", features = ["serde"] } zbus = { version = "4.2.1", default-features = false, optional = true } [target.'cfg(unix)'.dependencies] -freedesktop-icons = "0.2.5" +freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" } freedesktop-desktop-entry = { version = "0.5.1", optional = true } shlex = { version = "1.3.0", optional = true }