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

Update to syn 2 #227

Merged
merged 1 commit into from Mar 18, 2023
Merged

Update to syn 2 #227

merged 1 commit into from Mar 18, 2023

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Mar 18, 2023

@dtolnay dtolnay merged commit 2c65cea into master Mar 18, 2023
13 checks passed
@dtolnay dtolnay deleted the syn branch March 18, 2023 00:53
@parasyte
Copy link

@dtolnay This broke CI on one of my projects that targets Rust MSRV 1.37.0.

I have to either pin the dependency to thiserror = "=1.0.39" or hope that version 1.0.40 is yanked?

$ cargo +1.37.0 test --all
warning: unused manifest key: package.rust-version
    Updating crates.io index
  Downloaded thiserror v1.0.40
  Downloaded thiserror-impl v1.0.40
  Downloaded syn v2.0.2
error: failed to parse manifest at `C:\Users\jay\.cargo\registry\src\github.com-1ecc6299db9ec823\syn-2.0.2\Cargo.toml`

Caused by:
  failed to parse the `edition` key

Caused by:
  supported edition values are `2015` or `2018`, but `2021` is unknown

parasyte added a commit to parasyte/error-iter that referenced this pull request Mar 19, 2023
parasyte added a commit to parasyte/error-iter that referenced this pull request Mar 19, 2023
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.

None yet

2 participants