Update dependencies#30
Merged
SoptikHa2 merged 5 commits intoSoptikHa2:masterfrom Oct 15, 2024
decathorpe:master
Merged
Conversation
Owner
|
It looks great, I tried it on a few files, and it seems to work fine. Thanks for the update and for the code style fixes, it looks much better now! |
SoptikHa2
approved these changes
Oct 15, 2024
Contributor
Author
|
Awesome, thanks for the quick response! Do you plan to also publish 1.2.2 to crates.io? |
Owner
|
Will try to get to it this evening (CET). I should also finally rewrite the parser sometime as well 😄 |
Owner
|
Published! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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. :)