-
Notifications
You must be signed in to change notification settings - Fork 276
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 cargo about #6423
fix cargo about #6423
Conversation
Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com>
✅ Docs Preview ReadyNo new or changed pages found. |
@bnjjj, please consider creating a changeset entry in |
CI performance tests
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bnjjj Please check out if my comment about aws-lc-sys
is correct.
- remove the aws-lc-sys line. I think that's only required on hyper-upgrade branch - Force fetch of cargo-about using rust 1.83.0
Remember to specify the toolchain version for cargo...
Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has passed on nightly and looks good.
Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com> Co-authored-by: Gary Pennington <gary@apollographql.com>
Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com> Co-authored-by: Gary Pennington <gary@apollographql.com>
Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com> Co-authored-by: Gary Pennington <gary@apollographql.com> (cherry picked from commit 5f72471)
cargo about and cargo deny have separate configuration files: about.toml and deny.toml.
deny.toml was updated to allow Unicode-3.0 license in #6417 , but about.toml was not updated. This is causing
cargo xtask licenses
to fail.This PR fixes about.toml.