Skip to content

Commit

Permalink
feat(rust): auto update installed crates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Oct 30, 2024
1 parent 8acdab8 commit b019f1c
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/rust/1.user.sh
Original file line number Diff line number Diff line change
@@ -9,7 +9,9 @@ rustup component add rls
rustup component add rustfmt

# Cargo extensions
cargo install cargo-update
cargo install cargo-tree
cargo install cargo-edit
cargo install cargo-expand
cargo install cargo-make
cargo install cargo-tarpaulin
1 change: 1 addition & 0 deletions modules/rust/u.user.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

rustup update
cargo install-update -a

0 comments on commit b019f1c

Please sign in to comment.