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
gix-tempfile
Currently, gix depends on gix-tempfile v7.0.0, which pulls in gix-fs v0.3.0 and pulls in gix-features v0.31
gix
gix-fs
gix-features
Release a new version of gix-tempfile which depends on gix-fs v0.4.0 and eliminates the old gix-features v0.31 dependency.
cargo tree -i gix-features@0.31.0
The text was updated successfully, but these errors were encountered:
Thanks for letting me know! This stems from me finally not automatically publishing stable crates anymore, which as I learn now has this effect.
This means that in future, I have to make manual patch releases of these crates or adjust cargo smart-release to do that for me.
cargo smart-release
Closing, as I verified that the dependency duplication is now gone.
Sorry, something went wrong.
No branches or pull requests
Duplicates
Current behavior 😯
Currently,
gix
depends ongix-tempfile
v7.0.0, which pulls ingix-fs
v0.3.0 and pulls ingix-features
v0.31Expected behavior 🤔
Release a new version of
gix-tempfile
which depends ongix-fs
v0.4.0 and eliminates the oldgix-features
v0.31 dependency.Steps to reproduce 🕹
The text was updated successfully, but these errors were encountered: