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

GEN-52: Limit version of anyhow to 1.0.72 #2906

Merged
merged 1 commit into from Aug 15, 2023

Conversation

TimDiekmann
Copy link
Member

@TimDiekmann TimDiekmann commented Aug 15, 2023

🌟 What is the purpose of this PR?

The latest toolchain updated the Error::provide API. anyhow already updated to the latest nightly, which implies that we cannot use their latest version. This PR limits the anyhow version to the compatible range.

πŸ”— Related links

Pre-Merge Checklist πŸš€

🚒 Has this modified a publishable library?

This PR:

  • modifies a Cargo-publishable library, but it is not yet ready to publish

πŸ“œ Does this require a change to the docs?

The changes in this PR:

  • are internal and do not require a docs change

πŸ•ΈοΈ Does this require a change to the Turbo Graph?

The changes in this PR:

  • do not affect the execution graph

🐾 Next steps

@TimDiekmann TimDiekmann requested a review from a team as a code owner August 15, 2023 08:36
@linear
Copy link

linear bot commented Aug 15, 2023

GEN-52

@TimDiekmann TimDiekmann added this pull request to the merge queue Aug 15, 2023
Merged via the queue into main with commit 73c3a49 Aug 15, 2023
32 checks passed
@TimDiekmann TimDiekmann deleted the td/gen-52-limit-version-of-anyhow-to-1072 branch August 15, 2023 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/libs > error-stack Affects the `error-stack` crate (library) area/libs Relates to first-party libraries/crates/packages (area)
Development

Successfully merging this pull request may close these issues.

None yet

2 participants