-
Notifications
You must be signed in to change notification settings - Fork 761
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
Upgrade rust-toolchain to nightly-2022-09-02 #7466
Labels
Comments
I tried this a couple of days ago, which was blocked by databendlabs/openraft#546 It LGTM to upgrade nightly-2022-09-02 now! |
This was referenced Sep 9, 2022
Closed
Any update? |
I will work on thid issue later this week. And it also open to be taken by anyone interested~ |
I'm solving the issue @Xuanwo |
Great! |
Here are some links that may be helpful to you: https://databend.rs/doc/faq/routine-maintenance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
rust-1.63 is released, and the new nightly(2022-09-02) introduces different APIs:
std::Error::backtrace()
is replaced withprovider
style API:request_ref::<Backtrace>()
.std::Simd
API changes that affectarrow2
: a draft update is fired for illustration.The changes about
Error
affect several third-party crates too, such asthiserror
, in 1.0.33 it switched to the provider style API to retrieve backtrace.openraft is updated and is ready to upgrade to nightly-2022-09-02.
Once these modifications are ready, it's time to upgrade to the new nightly 2022-09-02.
@sundy-li @Xuanwo @PsiACE
Opinion? Suggestions? 🤔
The text was updated successfully, but these errors were encountered: