mirror of
https://github.com/tw93/Mole.git
synced 2026-02-10 22:59:17 +00:00
chore: Remove Rust documentation cache cleaning
This commit is contained in:
@@ -77,7 +77,6 @@ clean_dev_go() {
|
|||||||
clean_dev_rust() {
|
clean_dev_rust() {
|
||||||
safe_clean ~/.cargo/registry/cache/* "Rust cargo cache"
|
safe_clean ~/.cargo/registry/cache/* "Rust cargo cache"
|
||||||
safe_clean ~/.cargo/git/* "Cargo git cache"
|
safe_clean ~/.cargo/git/* "Cargo git cache"
|
||||||
safe_clean ~/.rustup/toolchains/*/share/doc/* "Rust documentation cache"
|
|
||||||
safe_clean ~/.rustup/downloads/* "Rust downloads cache"
|
safe_clean ~/.rustup/downloads/* "Rust downloads cache"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
mole
2
mole
@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
source "$SCRIPT_DIR/lib/core/common.sh"
|
source "$SCRIPT_DIR/lib/core/common.sh"
|
||||||
|
|
||||||
# Version info
|
# Version info
|
||||||
VERSION="1.12.22"
|
VERSION="1.12.23"
|
||||||
MOLE_TAGLINE="can dig deep to clean your Mac."
|
MOLE_TAGLINE="can dig deep to clean your Mac."
|
||||||
|
|
||||||
# Check if Touch ID is already configured
|
# Check if Touch ID is already configured
|
||||||
|
|||||||
Reference in New Issue
Block a user