1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh # Change to this script directory cd $(dirname "$0") ### Better do these manually, to make sure that all dependencies work with ### the current `rustc` version. # cargo update # cargo upgrade rm -r ../target rm -r ../doc/build