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

Update proc-macro2 to fix compilation error with nightly #449

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

ia0
Copy link
Collaborator

@ia0 ia0 commented Aug 8, 2023

See rust-lang/rust#113152 for more details.

This commit was generated by:

find . -name Cargo.toml -execdir cargo update -p proc-macro2 \;

@ia0 ia0 requested a review from panekj August 8, 2023 15:39
See rust-lang/rust#113152 for more details.

This commit was generated by:

```
find . -name Cargo.toml -execdir cargo update -p proc-macro2 \;
```
@ia0 ia0 merged commit 260bcf5 into tamasfe:master Aug 19, 2023
4 checks passed
@ia0 ia0 deleted the update branch August 19, 2023 22:16
@wmmc88
Copy link

wmmc88 commented Sep 15, 2023

@ia0 @panekj cargo install taplo-cli --locked still fails rn on nightly since no release has been made since this pr. could you do a release of taplo so that this fix is released?

@ia0 ia0 mentioned this pull request Sep 15, 2023
@ia0
Copy link
Collaborator Author

ia0 commented Sep 15, 2023

Yes I'm also hitting this issue and having to work around it. And it's even more problematic since json_value_merge released a breaking change in 1.2.0 (jmfiaschi/json_value_merge#18). I would suggest bumping that to 2.0.0 first then doing a release. I've create #473 to track that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants