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 outdated #110

Open
martinfrances107 opened this issue Apr 19, 2023 · 1 comment
Open

Cargo outdated #110

martinfrances107 opened this issue Apr 19, 2023 · 1 comment

Comments

@martinfrances107
Copy link

It has been a few years since the last release, and 'syn' a has received a major update.

This is a not a bug, but a request for maintenance.
Many of the sub-packages I am using are on syn 2.x, whereas this package is on syn 1.x

Here is the result of running "cargo outdated" on the project today

Name                        Project  Compat  Latest   Kind         Platform
----                        -------  ------  ------   ----         --------
proc-macro2->unicode-ident  1.0.8    ---     Removed  Normal       ---
quote->proc-macro2          1.0.56   ---     Removed  Normal       ---
runtime-macros-derive       0.4.0    ---     0.6.0    Development  ---
serde->serde_derive         1.0.160  ---     Removed  Normal       ---
serde_derive->proc-macro2   1.0.56   ---     Removed  Normal       ---
serde_derive->quote         1.0.26   ---     Removed  Normal       ---
serde_derive->syn           2.0.15   ---     Removed  Normal       ---
syn                         1.0.109  ---     2.0.15   Normal       ---
syn->proc-macro2            1.0.56   ---     Removed  Normal       ---
syn->quote                  1.0.26   ---     Removed  Normal       ---
syn->unicode-ident          1.0.8    ---     Removed  Normal       ---
toml->serde                 1.0.160  ---     Removed  Normal       ---
trybuild                    1.0.22   ---     1.0.80   Development  ---
trybuild->lazy_static       1.4.0    ---     Removed  Normal       ---
trybuild->toml              0.5.11   ---     Removed  Normal       ---

Is this crate being actively maintained?
Would PR where I update syn be considered?

@anthraxx
Copy link

Gentle ping @mcarton

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

No branches or pull requests

2 participants