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

Bump syn dep to the latest version #1

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

Aaron1011
Copy link
Contributor

Your Cargo.lock is currently locking an old version of the syn
crate. In future versions of Rust (in particular, once
rust-lang/rust#77153) is merged), this may cause
your crate to stop compiling.

This PR bumps syn to the latest version in your Cargo.lock. This
ensures that your crate can compiler with both older and newer versions
of Rust.

Your `Cargo.lock` is currently locking an old version of the `syn`
crate. In future versions of Rust (in particular, once
rust-lang/rust#77153) is merged), this may cause
your crate to stop compiling.

This PR bumps `syn` to the latest version in your `Cargo.lock`. This
ensures that your crate can compiler with both older and newer versions
of Rust.
@ETeissonniere
Copy link
Owner

Thanks!

@ETeissonniere ETeissonniere merged commit cfd7f34 into ETeissonniere:master Sep 29, 2020
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.

2 participants