From b34264027a258a6de6f5de2668a688819e8cb607 Mon Sep 17 00:00:00 2001 From: dashie Date: Tue, 19 Dec 2023 11:51:38 +0000 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 4259065..8e18bc4 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.7.0" +reset_daemon = "0.7.1" re_set-lib = "0.8.7" adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] } dbus = "0.9.7"