blob: bfce9e29892703cb356886ea6fe95fa497020536 (
plain)
1
2
3
4
5
6
7
8
|
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"
}
|