chore: update syn to v3 - #37
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
=======================================
Coverage 83.51% 83.51%
=======================================
Files 4 4
Lines 364 364
=======================================
Hits 304 304
Misses 60 60 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
AudaciousAxiom
force-pushed
the
chore/syn-v3
branch
from
August 3, 2026 09:10
6a12163 to
cbc70dc
Compare
AudaciousAxiom
commented
Aug 3, 2026
Member
|
thanks |
Merged
joshka
pushed a commit
that referenced
this pull request
Aug 3, 2026
## 🤖 New release * `instability`: 0.3.12 -> 0.3.13 * `instability-example`: 0.3.12 -> 0.3.13 <details><summary><i><b>Changelog</b></i></summary><p> ## `instability` <blockquote> ## [0.3.13](instability-v0.3.12...instability-v0.3.13) - 2026-08-03 ### Other - update `syn` to v3 ([#37](#37)) </blockquote> ## `instability-example` <blockquote> ## [0.3.7](instability-example-v0.3.6...instability-example-v0.3.7) - 2025-01-10 ### Other - Add #[allow(unused_imports)] lint to unstable reexports ([#21](#21)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Following the recent release of a new major version of
syn(and ofdarling), this bumps the versions used byinstability, with the goal of eventually removing the duplicated dependency in binaries (and therefore reducing compile times).synv3 advertises an MSRV of 1.71 anddarlingv0.24.0 an MSRV of 1.88, so this shouldn't affect the MSRV of this crate.synv3 of course contains breaking changes: I've been through the changelog but didn't find anything relevant (but there are quite a few of them so I could have missed some). I've runcargo testbut didn't do any other kind of testing.