Skip to content

Commit

Permalink
chore: Bump version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 10, 2024
1 parent 5e8241b commit 69d1312
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reset"
version = "1.2.5"
version = "1.2.6"
edition = "2021"
description = "A wip universal Linux settings application."
repository = "https://github.com/Xetibo/ReSet"
Expand All @@ -11,10 +11,8 @@ name = "ReSet"
path = "src/main.rs"

[dependencies]
reset_daemon = "2.1.2"
# reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dev" }
re_set-lib = "5.2.3"
# re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "dev" }
reset_daemon = "2.1.3"
re_set-lib = "5.2.4"
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Fabio Lenherr <[email protected]>

pkgname=ReSet
pkgver=1.2.5
pkgver=1.2.6
pkgrel=0
arch=('x86_64')
pkgdir="/usr/bin/${pkgname}"
Expand Down
2 changes: 1 addition & 1 deletion debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ReSet
Version: 1.2.5
Version: 1.2.6
Maintainer: DashieTM
Architecture: all
Description: A wip universal Linux settings application.

0 comments on commit 69d1312

Please sign in to comment.