8000 Comparing 1.0.92...1.0.93 · dtolnay/anyhow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.92
Choose a base ref
...
head repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.93
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

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
  3. Merge pull request #391 from dtolnay/thiserror

    Update dev-dependencies to thiserror v2
    dtolnay authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f91c247 View commit details
    Browse the repository at this point in the history
  4. Release 1.0.93

    dtolnay committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    713bda9 View commit details
    Browse the repository at this point in the history
Loading
0