summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index b34dabf..a0a029f 100755
--- a/update.sh
+++ b/update.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env sh
 
 nix flake update
-cargo update
+
 [ "$1" = "upgrade" ] && cargo upgrade
+cargo update