Files
MINGW-packages/mingw-w64-rustup/post.install
500-internal-server-error cf3e0ca961 rustup: new, 1.28.1 (#20989)
2025-04-16 07:44:31 +03:00

9 lines
198 B
Plaintext

post_install() {
echo "You may need to run 'rustup update stable'"
echo "and possibly also 'rustup self upgrade-data'"
}
post_upgrade() {
echo "You may need to run 'rustup self upgrade-data'"
}