mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
deps: Bump version
This commit is contained in:
parent
c297717ca6
commit
452eac3209
30
Cargo.lock
generated
30
Cargo.lock
generated
|
@ -926,25 +926,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "re_set-lib"
|
name = "re_set-lib"
|
||||||
version = "5.2.2"
|
version = "5.2.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "77b4e5846cc4e5f6c51b60b16c2d51f282b5c407238b2e7077f6a0352b65d6cf"
|
checksum = "aaaac9cdc51828259f8ecd439198f2629c6cae2bdd56dfa3c12d4113c630e4d9"
|
||||||
dependencies = [
|
|
||||||
"dbus",
|
|
||||||
"dbus-crossroads",
|
|
||||||
"gtk4",
|
|
||||||
"libloading",
|
|
||||||
"libpulse-binding",
|
|
||||||
"once_cell",
|
|
||||||
"serial_test",
|
|
||||||
"toml",
|
|
||||||
"xdg",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "re_set-lib"
|
|
||||||
version = "5.2.2"
|
|
||||||
source = "git+https://github.com/Xetibo/ReSet-Lib?branch=dev#52c193abbe75b79d7b54c823ecdb6d272a6f9405"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dbus",
|
"dbus",
|
||||||
"dbus-crossroads",
|
"dbus-crossroads",
|
||||||
|
@ -968,7 +952,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reset"
|
name = "reset"
|
||||||
version = "1.2.2"
|
version = "1.2.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dbus",
|
"dbus",
|
||||||
"fork",
|
"fork",
|
||||||
|
@ -977,16 +961,16 @@ dependencies = [
|
||||||
"gtk4",
|
"gtk4",
|
||||||
"ipnetwork",
|
"ipnetwork",
|
||||||
"libadwaita",
|
"libadwaita",
|
||||||
"re_set-lib 5.2.2 (git+https://github.com/Xetibo/ReSet-Lib?branch=dev)",
|
"re_set-lib",
|
||||||
"reset_daemon",
|
"reset_daemon",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reset_daemon"
|
name = "reset_daemon"
|
||||||
version = "2.1.1"
|
version = "2.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "552d57783fc84dd8d2b8765af8feb2aa157e29f92374dc22906852766379738d"
|
checksum = "41f8fd637fa39ab6c907fc05af814fb4234eb201417b6eaf86e3e70e8361e1fd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam",
|
"crossbeam",
|
||||||
"dbus",
|
"dbus",
|
||||||
|
@ -995,7 +979,7 @@ dependencies = [
|
||||||
"libloading",
|
"libloading",
|
||||||
"libpulse-binding",
|
"libpulse-binding",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"re_set-lib 5.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"re_set-lib",
|
||||||
"serial_test",
|
"serial_test",
|
||||||
"tokio",
|
"tokio",
|
||||||
"toml",
|
"toml",
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reset"
|
name = "reset"
|
||||||
version = "1.2.2"
|
version = "1.2.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A wip universal Linux settings application."
|
description = "A wip universal Linux settings application."
|
||||||
repository = "https://github.com/Xetibo/ReSet"
|
repository = "https://github.com/Xetibo/ReSet"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reset_daemon = "2.1.1"
|
reset_daemon = "2.1.2"
|
||||||
# reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dev" }
|
# reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dev" }
|
||||||
# re_set-lib = "5.2.2"
|
re_set-lib = "5.2.3"
|
||||||
re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "dev" }
|
# re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "dev" }
|
||||||
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
||||||
dbus = "0.9.7"
|
dbus = "0.9.7"
|
||||||
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
|
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
||||||
|
|
||||||
pkgname=reset
|
pkgname=reset
|
||||||
pkgver=1.2.2
|
pkgver=1.2.3
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdir="/usr/bin/${pkgname}"
|
pkgdir="/usr/bin/${pkgname}"
|
||||||
|
|
2
debian/DEBIAN/control
vendored
2
debian/DEBIAN/control
vendored
|
@ -1,5 +1,5 @@
|
||||||
Package: ReSet
|
Package: ReSet
|
||||||
Version: 0.1
|
Version: 1.2.3
|
||||||
Maintainer: DashieTM
|
Maintainer: DashieTM
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Description: A wip universal Linux settings application.
|
Description: A wip universal Linux settings application.
|
||||||
|
|
Loading…
Reference in a new issue