From 70ce2a41c57fa79fd97cab7a8e5b2b7b73a4435d Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 13 Dec 2025 15:01:30 +0800 Subject: [PATCH] chore: Remove Rust documentation cache cleaning --- lib/clean/dev.sh | 1 - mole | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/clean/dev.sh b/lib/clean/dev.sh index ffd6fa1..d6fae9f 100644 --- a/lib/clean/dev.sh +++ b/lib/clean/dev.sh @@ -77,7 +77,6 @@ clean_dev_go() { clean_dev_rust() { safe_clean ~/.cargo/registry/cache/* "Rust cargo cache" safe_clean ~/.cargo/git/* "Cargo git cache" - safe_clean ~/.rustup/toolchains/*/share/doc/* "Rust documentation cache" safe_clean ~/.rustup/downloads/* "Rust downloads cache" } diff --git a/mole b/mole index e1d69ec..4c95607 100755 --- a/mole +++ b/mole @@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/core/common.sh" # Version info -VERSION="1.12.22" +VERSION="1.12.23" MOLE_TAGLINE="can dig deep to clean your Mac." # Check if Touch ID is already configured