We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85005bd commit 70ce2a4Copy full SHA for 70ce2a4
lib/clean/dev.sh
@@ -77,7 +77,6 @@ clean_dev_go() {
77
clean_dev_rust() {
78
safe_clean ~/.cargo/registry/cache/* "Rust cargo cache"
79
safe_clean ~/.cargo/git/* "Cargo git cache"
80
- safe_clean ~/.rustup/toolchains/*/share/doc/* "Rust documentation cache"
81
safe_clean ~/.rustup/downloads/* "Rust downloads cache"
82
}
83
mole
@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
22
source "$SCRIPT_DIR/lib/core/common.sh"
23
24
# Version info
25
-VERSION="1.12.22"
+VERSION="1.12.23"
26
MOLE_TAGLINE="can dig deep to clean your Mac."
27
28
# Check if Touch ID is already configured
0 commit comments