about summary refs log blame commit diff stats
path: root/templates/rust/update.sh
blob: b34dabfa93b6bf430fd378210509e07ae2d7b4be (plain) (tree)
1
2
3
4
5
                 
 

                                     
#!/usr/bin/env sh

nix flake update
cargo update
[ "$1" = "upgrade" ] && cargo upgrade