mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 17:15:28 +01:00
[PR #38] [MERGED] General maintenance #63
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/JakeStanger/mpd-discord-rpc/pull/38
Author: @JakeStanger
Created: 3/26/2023
Status: ✅ Merged
Merged: 3/29/2023
Merged by: @JakeStanger
Base:
master← Head:refactor/general-maintenance📝 Commits (7)
d70bf93build: update depsaf4d194chore(intellij): stricter clippyb88467frefactor: replace thread sleeps with tokio sleepsa0421a8refactor: replace config impl withuniversal-config, better serde standards4c22c0erefactor: fix various clippy warnigns0066565refactor: replace mpd code withmpd-utilscrate29c5586ci: better build job, release job📊 Changes
10 files changed (+675 additions, -492 deletions)
View changed files
➕
.github/workflows/build.yml(+40 -0)➕
.github/workflows/deploy.yml(+46 -0)➖
.github/workflows/rust.yml(+0 -33)📝
.idea/runConfigurations/Clippy.xml(+3 -3)📝
Cargo.lock(+393 -172)📝
Cargo.toml(+10 -7)📝
src/config.rs(+76 -92)➖
src/defaults.rs(+0 -13)📝
src/main.rs(+90 -86)📝
src/mpd_conn.rs(+17 -86)📄 Description
Various refactors and tidy-ups to improve code quality with no feature changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.