Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm one of the package maintainers of desed in Fedora. I noticed that the dependencies are starting to fall a bit behind the latest available versions, so I thought I'd try helping update them. My changes are split into multiple commits to hopefully make it easier to review them. As far as I can tell, rendering and behaviour are unchanged when comparing "before" and "after" these changes.
cfg(target_os = ...)
identifier from"darwin"
(which isn't a value recognized by rust) to"macos"
.Feel free to take and apply any individual parts of this set of commits individually, if that helps. :)