Skip to content

Commit

Permalink
Bump syn dep to the latest version (#1)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Aaron1011 authored Sep 29, 2020
1 parent e8a60e1 commit cfd7f34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cfd7f34

Please sign in to comment.