diff options
author | Soispha <soispha@vhack.eu> | 2023-05-27 16:47:17 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-27 16:47:17 +0200 |
commit | 1f263a83a6f7d7dd1898326b04b2491b78e845b1 (patch) | |
tree | e56f9e121b8d904033fc9b21065ab0c9b242fb74 /rust/update.sh | |
parent | Chore: Initial Commit (diff) | |
download | flake-templates-1f263a83a6f7d7dd1898326b04b2491b78e845b1.tar.gz flake-templates-1f263a83a6f7d7dd1898326b04b2491b78e845b1.zip |
Feat(rust): Update
Diffstat (limited to 'rust/update.sh')
-rwxr-xr-x | rust/update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/update.sh b/rust/update.sh new file mode 100755 index 0000000..9268caf --- /dev/null +++ b/rust/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cargo update && cargo upgrade |