Skip to content

Commit 70ce2a4

Browse files
committed
chore: Remove Rust documentation cache cleaning
1 parent 85005bd commit 70ce2a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/clean/dev.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ clean_dev_go() {
7777
clean_dev_rust() {
7878
safe_clean ~/.cargo/registry/cache/* "Rust cargo cache"
7979
safe_clean ~/.cargo/git/* "Cargo git cache"
80-
safe_clean ~/.rustup/toolchains/*/share/doc/* "Rust documentation cache"
8180
safe_clean ~/.rustup/downloads/* "Rust downloads cache"
8281
}
8382

mole

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2222
source "$SCRIPT_DIR/lib/core/common.sh"
2323

2424
# Version info
25-
VERSION="1.12.22"
25+
VERSION="1.12.23"
2626
MOLE_TAGLINE="can dig deep to clean your Mac."
2727

2828
# Check if Touch ID is already configured

0 commit comments

Comments
 (0)