We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Zebra currently depends on 2 different versions of the owo-colors crate, via:
owo-colors
If we remove duplicate dependencies, Zebra will compile faster, and its binaries will be smaller.
deny.toml
cargo deny check bans
Downgrade owo-colors:
zebra-test
owo-colors >= 1.3.0
We could upgrade color-eyre, but that's out of scope.
color-eyre
The text was updated successfully, but these errors were encountered:
Hey team! Please add your planning poker estimate with ZenHub @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn
Sorry, something went wrong.
Obsoleted by #3343.
No branches or pull requests
Motivation
Zebra currently depends on 2 different versions of the
owo-colors
crate, via:If we remove duplicate dependencies, Zebra will compile faster, and its binaries will be smaller.
Steps
owo-colors
exception fromdeny.toml
, then runningcargo deny check bans
.Downgrade
owo-colors
:zebra-test
depend onowo-colors >= 1.3.0
We could upgrade
color-eyre
, but that's out of scope.The text was updated successfully, but these errors were encountered: