From 42477b9b02f5bfb0b54b0f5d58a7320e81b1fbc1 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Tue, 12 Dec 2023 20:52:12 +0100 Subject: [PATCH] chore: Prelease --- Cargo.toml | 4 +- .../bluetooth/bluetooth_entry_impl.rs | 2 +- src/components/output/mod.rs | 2 +- src/components/wifi/saved_wifi_entry.rs | 8 +-- src/components/wifi/wifi_address_entry.rs | 2 +- src/components/wifi/wifi_box.rs | 12 +++-- src/components/wifi/wifi_entry.rs | 50 ++++++++++++------- src/components/wifi/wifi_options.rs | 48 +++++++++--------- src/components/wifi/wifi_route_entry.rs | 1 - src/components/window/handle_sidebar_click.rs | 2 +- src/main.rs | 5 +- 11 files changed, 76 insertions(+), 60 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0c8aa4..3c3dac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" description = "A wip universal Linux settings application." [dependencies] -reset_daemon = "0.4.6" -re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "main" } +reset_daemon = "0.4.9" +re_set-lib = "0.7.9" adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] } dbus = "0.9.7" gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] } diff --git a/src/components/bluetooth/bluetooth_entry_impl.rs b/src/components/bluetooth/bluetooth_entry_impl.rs index ba90fe8..f1477ce 100644 --- a/src/components/bluetooth/bluetooth_entry_impl.rs +++ b/src/components/bluetooth/bluetooth_entry_impl.rs @@ -13,7 +13,7 @@ pub struct BluetoothEntry { pub remove_device_button: RefCell