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

Dep: adapt rust stable-1.63 and nightly 2022-08-11 #546

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Sep 2, 2022

  • std::backtrace is stabilized in stable-1.63;
  • std::Error::backtrace() is replaced with provider style API in
    nightly.

Since std::Error API now is different in stable and nightly, it's not
possible any more to use --feature bt with stable toolchain.

Checklist

  • Updated guide with pertinent info (may not always apply).
  • Squash down commits to one or two logical commits which clearly describe the work you've done.
  • Unittest is a friend:)

This change is Reviewable

- `std::backtrace` is stabilized in stable-1.63;
- `std::Error::backtrace()` is replaced with provider style API in
  nightly.

Since `std::Error` API now is different in stable and nightly, it's not
possible any more to use `--feature bt` with stable toolchain.
@drmingdrmer drmingdrmer merged commit 56595ed into databendlabs:release-0.7 Sep 2, 2022
@drmingdrmer drmingdrmer deleted the release-0.7 branch September 2, 2022 05:55
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.

1 participant