[PR #865] [MERGED] refactor: upgrade to zbus v5 #6625

Closed
opened 2026-05-23 01:56:38 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/865
Author: @JakeStanger
Created: 2/8/2025
Status: Merged
Merged: 2/15/2025
Merged by: @JakeStanger

Base: masterHead: refactor/zbus-5


📝 Commits (1)

  • 63f5954 refactor: upgrade to zbus v5

📊 Changes

10 files changed (+388 additions, -336 deletions)

View changed files

📝 Cargo.lock (+159 -283)
📝 Cargo.toml (+3 -6)
📝 src/clients/mod.rs (+1 -1)
📝 src/clients/networkmanager.rs (+30 -28)
📝 src/clients/swaync/dbus.rs (+8 -6)
📝 src/clients/swaync/mod.rs (+5 -1)
src/clients/upower/device.rs (+122 -0)
📝 src/clients/upower/mod.rs (+9 -3)
src/clients/upower/upower.rs (+43 -0)
📝 src/modules/upower.rs (+8 -8)

📄 Description

Also drops the deprecated upower-dbus crate


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/865 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/8/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/zbus-5` --- ### 📝 Commits (1) - [`63f5954`](https://github.com/JakeStanger/ironbar/commit/63f59548379dfc56a0805bc8f5161c27e6175b44) refactor: upgrade to zbus v5 ### 📊 Changes **10 files changed** (+388 additions, -336 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+159 -283) 📝 `Cargo.toml` (+3 -6) 📝 `src/clients/mod.rs` (+1 -1) 📝 `src/clients/networkmanager.rs` (+30 -28) 📝 `src/clients/swaync/dbus.rs` (+8 -6) 📝 `src/clients/swaync/mod.rs` (+5 -1) ➕ `src/clients/upower/device.rs` (+122 -0) 📝 `src/clients/upower/mod.rs` (+9 -3) ➕ `src/clients/upower/upower.rs` (+43 -0) 📝 `src/modules/upower.rs` (+8 -8) </details> ### 📄 Description Also drops the deprecated `upower-dbus` crate --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:56:38 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#6625
No description provided.