mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 07:15:27 +01:00
[PR #16] [MERGED] Cargo: replace -> patch #856
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#856
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/16
Author: @Kranzes
Created: 2/17/2022
Status: ✅ Merged
Merged: 2/17/2022
Merged by: @JakeStanger
Base:
master← Head:master📝 Commits (1)
0217e43Cargo: replace -> patch📊 Changes
2 files changed (+45 additions, -43 deletions)
View changed files
📝
Cargo.lock(+43 -41)📝
Cargo.toml(+2 -2)📄 Description
According to the Cargo docs,
[replace]is now deprecated and[patch]should be used instead.This should also fix the issue when creating a Nix expression for the package.
Can you also tag a new github release after so the package can be added nicely into nixpkgs?
Edit: Nix expression works accordingly with the changes of this PR. https://gist.github.com/Kranzes/77f700dce3f4108233901917b1763ae5
Edit 2: I have also created a configurable home-manager module which I will upstream once this gets merged. (and on nixpkgs)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.