mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1305] refactor(cargo): upgrade to rust edition 2024 #1314
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1305
Author: @LGUG2Z
Created: 2/28/2025
Status: 🔄 Open
Base:
master← Head:feature/rust-2024📝 Commits (1)
c07689drefactor(cargo): upgrade to rust edition 2024📊 Changes
63 files changed (+815 additions, -684 deletions)
View changed files
📝
komorebi-bar/Cargo.toml(+1 -1)📝
komorebi-bar/src/bar.rs(+19 -13)📝
komorebi-bar/src/battery.rs(+2 -2)📝
komorebi-bar/src/config.rs(+4 -2)📝
komorebi-bar/src/cpu.rs(+1 -1)📝
komorebi-bar/src/date.rs(+1 -1)📝
komorebi-bar/src/keyboard.rs(+1 -1)📝
komorebi-bar/src/komorebi.rs(+10 -6)📝
komorebi-bar/src/komorebi_layout.rs(+2 -2)📝
komorebi-bar/src/main.rs(+11 -9)📝
komorebi-bar/src/media.rs(+2 -2)📝
komorebi-bar/src/memory.rs(+1 -1)📝
komorebi-bar/src/network.rs(+1 -1)📝
komorebi-bar/src/render.rs(+1 -1)📝
komorebi-bar/src/storage.rs(+1 -1)📝
komorebi-bar/src/time.rs(+1 -1)📝
komorebi-bar/src/update.rs(+1 -1)📝
komorebi-client/Cargo.toml(+1 -1)📝
komorebi-client/src/lib.rs(+22 -22)📝
komorebi-gui/Cargo.toml(+1 -1)...and 43 more files
📄 Description
Followed the recommended steps:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.