From 248fc9f5268bb60b71f83f342a24a43a5c1e94a5 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Sat, 9 Dec 2023 13:41:41 +0100 Subject: [PATCH] chore: Bump daemon version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 368ccec..5b27e60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "A wip universal Linux settings application." [dependencies] -reset_daemon = "0.4.5" +reset_daemon = "0.4.6" re_set-lib = "0.6.5" adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] } dbus = "0.9.7"