From 017381f776a302b22ded73f08320a532351ae9e0 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Wed, 13 Dec 2023 14:16:29 +0100 Subject: [PATCH] chore: Bump version of daemon --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3be09a..23d16a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/Xetibo/ReSet" license = "GPL-3.0-only" [dependencies] -reset_daemon = "0.5.6" +reset_daemon = "0.5.7" re_set-lib = "0.8.4" adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] } dbus = "0.9.7"