about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/comments/update.sh
blob: 2529167c697abcb6f276bb6042de857c964b0040 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env sh

cargo update && cargo upgrade


# vim: ft=sh