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 dev-dependencies to thiserror v2 #391

Merged
merged 2 commits into from
Nov 6, 2024
Merged

Update dev-dependencies to thiserror v2 #391

merged 2 commits into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    3ca2cdd View commit details
    Browse the repository at this point in the history
  2. Isolate old rustc version tests from needing anyhow dev-dependencies …

    …in lockfile
    
    Otherwise:
    
        error: failed to select a version for the requirement `syn = "^2.0.87"`
        candidate versions found which didn't match: 2.0.56, 2.0.55, 2.0.54, ...
        location searched: crates.io index
        required by package `thiserror-impl v2.0.0`
            ... which satisfies dependency `thiserror-impl = "=2.0.0"` of package `thiserror v2.0.0`
            ... which satisfies dependency `thiserror = "^2"` of package `anyhow v1.0.92`
    dtolnay committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2a3901c View commit details
    Browse the repository at this point in the history