9 lines
198 B
Plaintext
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'"
|
|
}
|