deps: Bump version

This commit is contained in:
DashieTM 2024-06-06 22:24:10 +02:00
parent c297717ca6
commit 452eac3209
4 changed files with 13 additions and 29 deletions

View file

@ -1,16 +1,16 @@
[package]
name = "reset"
version = "1.2.2"
version = "1.2.3"
edition = "2021"
description = "A wip universal Linux settings application."
repository = "https://github.com/Xetibo/ReSet"
license = "GPL-3.0-or-later"
[dependencies]
reset_daemon = "2.1.1"
reset_daemon = "2.1.2"
# reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dev" }
# re_set-lib = "5.2.2"
re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "dev" }
re_set-lib = "5.2.3"
# re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "dev" }
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }