We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest commit (15c7140) bumps strum_macros from 0.24 to 0.25, which is the version where stump_macros bumped its syn dependency from 1.* to 2.*. 1
strum_macros
0.24
0.25
stump_macros
syn
1.*
2.*
The rustc compiler currently has an ongoing effort to remove syn 1.* from its dependencies: rust-lang/rust#109302
syn 1.*
So far the only remaining dependents of syn 1.* are
derivative
derive-where
spdx-rs 0.5.5
strum_macros 0.24.3
So if you could make a new release just for the bump of stump_macros dependency, that would be greatly appreciated! Thanks in advance!
https://lib.rs/crates/strum_macros/versions#version-0.25.0 ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latest commit (15c7140) bumps
strum_macros
from0.24
to0.25
, which is the version wherestump_macros
bumped itssyn
dependency from1.*
to2.*
. 1The rustc compiler currently has an ongoing effort to remove
syn 1.*
from its dependencies: rust-lang/rust#109302So far the only remaining dependents of
syn 1.*
arederivative
, which is unmaintained and for which I have already submitted a PR: Switch fromderivative
toderive-where
rust-lang/rust#127042spdx-rs 0.5.5
thoughstrum_macros 0.24.3
So if you could make a new release just for the bump of
stump_macros
dependency, that would be greatly appreciated! Thanks in advance!Footnotes
https://lib.rs/crates/strum_macros/versions#version-0.25.0 ↩
The text was updated successfully, but these errors were encountered: