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

Fix build on supported platforms due to log breakage #2353

Merged

Conversation

TheBlueMatt
Copy link
Collaborator

The log crate decided to break support for rustc 1.48 (Debian bullseye) the day the next release of Debian comes out, obviously before anyone has had a chance to upgrade to the new Debian bookworm (at rust-lang/log#543). Thus, we have to manually pin it back to the previous release.

Sadly, the log crate is a transitive dependency of tokio until 0.20, which requires rustc 1.49. Luckily at least we won't have to deal with this again, as log won't be a dependency of ours anymore soon.

Copy link
Contributor

@dunxen dunxen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was quick :)

ci/ci-tests.sh Outdated Show resolved Hide resolved
The `log` crate decided to break support for rustc 1.48 (Debian
bullseye) the day the next release of Debian comes out, obviously
before anyone has had a chance to upgrade to the new Debian
bookworm (at rust-lang/log#543). Thus, we
have to manually pin it back to the previous release.

Sadly, the `log` crate is a transitive dependency of `tokio` until
0.20, which requires rustc 1.49. Luckily at least we won't have to
deal with this again, as `log` won't be a dependency of ours
anymore soon.
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (42e2f1d) 90.48% compared to head (d401848) 90.48%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2353   +/-   ##
=======================================
  Coverage   90.48%   90.48%           
=======================================
  Files         104      104           
  Lines       53920    53920           
  Branches    53920    53920           
=======================================
  Hits        48790    48790           
  Misses       5130     5130           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

4 participants