mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: Bump version of daemon
This commit is contained in:
parent
fcd894aea3
commit
058dbb6355
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||||
description = "A wip universal Linux settings application."
|
description = "A wip universal Linux settings application."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reset_daemon = "0.1.5"
|
reset_daemon = "0.1.6"
|
||||||
ReSet-Lib = "0.2.8"
|
ReSet-Lib = "0.2.8"
|
||||||
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
|
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
|
||||||
dbus = "0.9.7"
|
dbus = "0.9.7"
|
||||||
|
|
|
@ -1042,14 +1042,14 @@
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"archive-type": "tar-gzip",
|
"archive-type": "tar-gzip",
|
||||||
"url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.1.4.crate",
|
"url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.1.5.crate",
|
||||||
"sha256": "2978104d24796489f84a2636a8797730bfeac5693a5550751b1fd638dd7bea58",
|
"sha256": "dfcb5a4b5370449859eb2797bb6cec1eea0a28de2592fed0d7b5eff51487dbdb",
|
||||||
"dest": "cargo/vendor/reset_daemon-0.1.4"
|
"dest": "cargo/vendor/reset_daemon-0.1.5"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "inline",
|
"type": "inline",
|
||||||
"contents": "{\"package\": \"2978104d24796489f84a2636a8797730bfeac5693a5550751b1fd638dd7bea58\", \"files\": {}}",
|
"contents": "{\"package\": \"dfcb5a4b5370449859eb2797bb6cec1eea0a28de2592fed0d7b5eff51487dbdb\", \"files\": {}}",
|
||||||
"dest": "cargo/vendor/reset_daemon-0.1.4",
|
"dest": "cargo/vendor/reset_daemon-0.1.5",
|
||||||
"dest-filename": ".cargo-checksum.json"
|
"dest-filename": ".cargo-checksum.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue