-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update syn dependency to 2.0 #29
Labels
help wanted
Extra attention is needed
Comments
This was trivial after the simplification in #30, so I added a commit to do that. |
tamird
added a commit
to tamird/test-log
that referenced
this issue
Oct 5, 2023
Remove unused features. Closes d-e-s-o#29.
Scratch that - |
Ah okay, that sucks. Thanks for checking. |
I think bumping MSRV for this is worth doing. At present this causes anyone who uses test-log to compile syn twice. |
tamird
added a commit
to tamird/test-log
that referenced
this issue
Oct 11, 2023
This is the minimum version supported by syn 2.0 because it uses edition 2021 (earlier versions of cargo do not know about edition 2021). Add rust-version to Cargo.toml which is also supported since 1.56. Closes d-e-s-o#29.
Closed
tamird
added a commit
to tamird/test-log
that referenced
this issue
Oct 11, 2023
This is the minimum version supported by syn 2.0 because it uses edition 2021 (earlier versions of cargo do not know about edition 2021). Add rust-version to Cargo.toml which is also supported since 1.56. Closes d-e-s-o#29.
tamird
added a commit
to tamird/test-log
that referenced
this issue
Oct 11, 2023
This is the minimum version supported by syn 2.0 because it uses edition 2021 (earlier versions of cargo do not know about edition 2021). Add rust-version to Cargo.toml which is also supported since 1.56. Closes d-e-s-o#29.
tamird
added a commit
to tamird/test-log
that referenced
this issue
Oct 11, 2023
This is the minimum version supported by syn 2.0 because it uses edition 2021 (earlier versions of cargo do not know about edition 2021). Add rust-version to Cargo.toml which is also supported since 1.56. Closes d-e-s-o#29.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should update the
syn
dependency to2.0
now that it has been released.The text was updated successfully, but these errors were encountered: