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

Version 12.2 still doesn't support rustc < 1.77.0 #1909

Open
CallMeLiubomyr opened this issue Sep 2, 2024 · 0 comments
Open

Version 12.2 still doesn't support rustc < 1.77.0 #1909

CallMeLiubomyr opened this issue Sep 2, 2024 · 0 comments

Comments

@CallMeLiubomyr
Copy link

Bug Report

Version

0.12.2

Platform

x86_64 GNU/Linux

Crates

tonic-build

Description

There was a bug reported a week ago #1894. Now it's marked as closed because the revert #1898 was performed. The problem is that cargo fetches sources without that revert effect. Here is the output of my HOME/.cargo/registry/src/index*/tonic-build-0.12.2/.cargo_vcs_info.json:

{
  "git": {
    "sha1": "82a856fea851cc20641572d61d51408ab37693b6"
  },
  "path_in_vcs": "tonic-build"
}

The same problem is with archives that are available under the tag https://github.com/hyperium/tonic/releases/tag/v0.12.2

denisonbarbosa added a commit to ubuntu/authd that referenced this issue Sep 11, 2024
The tonic-build crate had an update that breaks builds when rustc
version is < 1.77. The current available version in the archive is
1.75, so we need to revert the dependency bump while the bug is not
fixed. The issue link for reference:
hyperium/tonic#1909
denisonbarbosa added a commit to ubuntu/authd that referenced this issue Sep 11, 2024
The tonic-build crate had an update that breaks builds when rustc
version is < 1.77. The current available version in the archive is
1.75, so we need to revert the dependency bump while the bug is not
fixed. The issue link for reference:
hyperium/tonic#1909
denisonbarbosa added a commit to ubuntu/authd that referenced this issue Sep 11, 2024
The tonic-build crate had an update that breaks builds when rustc
version is < 1.77. The current available version in the archive is
1.75, so we need to revert the dependency bump while the bug is not
fixed. The issue link for reference:
hyperium/tonic#1909
didrocks added a commit to ubuntu/authd that referenced this issue Sep 12, 2024
We need to pin tonic-build to 0.11.* for now until
hyperium/tonic#1909 is fixed.
didrocks added a commit to ubuntu/authd that referenced this issue Sep 12, 2024
The tonic-build crate had an update that breaks builds when rustc
version is < 1.77. The current available version in the archive is 1.75,
so we need to revert the dependency bump while the bug is not fixed. The
issue link for reference:
hyperium/tonic#1909
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

No branches or pull requests

1 participant