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
cargo-cache displays larger amount of occupied space for installed binaries then it actually is.
cargo-cache
For example cargo-cache invoked without arguments or with --info, it prints
--info
20 installed binaries: 254.36 MB
while du -sh ~/.cargo/bin/ shows for 20 installed binaries
du -sh ~/.cargo/bin/
66M /home/dunrix/.cargo/bin/
For other folders like registry or git sizes do match.
registry
git
Looks like a bug to me.
The text was updated successfully, but these errors were encountered:
Might be the old problem with symlinks #75
Sorry, something went wrong.
No branches or pull requests
cargo-cache
displays larger amount of occupied space for installed binaries then it actually is.For example
cargo-cache
invoked without arguments or with--info
, it printswhile
du -sh ~/.cargo/bin/
shows for 20 installed binariesFor other folders like
registry
orgit
sizes do match.Looks like a bug to me.
The text was updated successfully, but these errors were encountered: