Update repo

This commit is contained in:
termux-pacman-bot
2025-07-25 14:06:55 +00:00
parent 2a9338b385
commit e770217b33

View File

@@ -36,6 +36,6 @@ termux_setup_rust() {
export PATH="${HOME}/.cargo/bin:${PATH}"
if [[ -n "${CARGO_TARGET_NAME-}" ]]; then
rustup target add "${CARGO_TARGET_NAME}"
rustup target add "${CARGO_TARGET_NAME}" --toolchain "${TERMUX_RUST_VERSION}"
fi
}