/ update.sh
update.sh
1  #!/usr/bin/env bash
2  
3  cargo clean
4  rustup update
5  cargo upgrade --incompatible
6  cargo update
7  cargo build --all-targets