fix(cargo): change cargo-clean to cargo-cache

This commit is contained in:
2023-12-07 01:43:32 +02:00
parent 71301a6436
commit 8a50a138c0

View File

@@ -24,7 +24,7 @@ source "$CARGO_HOME/env"
rustup default system rustup default system
packages=( packages=(
"cargo-clean" "cargo-cache"
# starship.rs # starship.rs
"starship" "starship"
# An incremental parsing system for programming tools # An incremental parsing system for programming tools