Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo update #1781

Closed
extrawurst opened this issue Jul 29, 2023 · 2 comments · Fixed by #1856
Closed

cargo update #1781

extrawurst opened this issue Jul 29, 2023 · 2 comments · Fixed by #1856
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Milestone

Comments

@extrawurst
Copy link
Owner

extrawurst commented Jul 29, 2023

updating a few major dependencies is blocked right now by the ecosystem taking its time to follow the new major versions of syn and bitflags. and minor versions of regex-syntax, redox_syscall.

syn

as it seems we have to wait for a few remaining crates to release new versions:

regex-syntax

redox_syscall

bitflags

help needed:

  • redox_syscall itself does not support working with bitflags 2.x: redox_syscall (MR needed)

plus our very own:

@extrawurst extrawurst added bug Something isn't working dependencies Pull requests that update a dependency file and removed bug Something isn't working labels Jul 29, 2023
@extrawurst extrawurst added the help wanted Extra attention is needed label Jul 29, 2023
@yanganto
Copy link
Contributor

struct-patch-derive already use syn2 after 0.3.0 release

@extrawurst
Copy link
Owner Author

ok i will merge this now and add the two remaining exceptions to unblock a lot of other work. the two exceptions are bitflags and itertools

extrawurst added a commit that referenced this issue Feb 12, 2024
extrawurst added a commit that referenced this issue Feb 12, 2024
IndianBoy42 pushed a commit to IndianBoy42/gitui that referenced this issue Jun 4, 2024
IndianBoy42 pushed a commit to IndianBoy42/gitui that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants