buildstructor
buildstructor copied to clipboard
fix(deps): update rust crate syn to 2.0.48
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| syn | dependencies | patch | 2.0.38 -> 2.0.48 |
Release Notes
dtolnay/syn (syn)
v2.0.48
- Improve error message on unexpected token after
else(#1578)
v2.0.47
- Improve error messages related to proc_macro::LexError (#1575)
v2.0.46
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
v2.0.45
- Parse unsupported expressions in enum discriminants of
DeriveInputasExpr::Verbatimin non-"full" mode, instead of error (#1513) - Support parsing
PatTypewithparse_quote!(#1573)
v2.0.44
- Documentation improvements
v2.0.43
- Insert trailing comma if not already present when printing a 1-tuple in pattern position (#1553)
v2.0.42
- Documentation improvements
v2.0.41
- Support parsing syn::Field in
parse_quote!(#1548)
v2.0.40
- Fix some edge cases of handling None-delimited groups in expression parser (#1539, #1541, #1542, #1543, #1544, #1545)
v2.0.39
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.