diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2022-06-08 01:00:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-08 01:00:42 -0400 |
| commit | 06664ab21b100e65eb4357e6bd24656f8f9d194a (patch) | |
| tree | 052cd8208f6d73500584162fe1cea1e8c96ed6a5 /tools/install-tool-dependencies | |
| parent | 430f3f80627679d5a9fec401cfc6ff55871b9835 (diff) | |
| parent | 8d4bd121e9fe9183eac5323f505ac5f0b8848efe (diff) | |
Merge pull request #31 from ojacobson/actix-4-and-askama
Actix 4 and askama (as a way of fixing vulns detected by dependabot).
Diffstat (limited to 'tools/install-tool-dependencies')
| -rwxr-xr-x | tools/install-tool-dependencies | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/install-tool-dependencies b/tools/install-tool-dependencies index 27a9015..fb4c37c 100755 --- a/tools/install-tool-dependencies +++ b/tools/install-tool-dependencies @@ -5,5 +5,6 @@ # Install Rust and Cargo components used by tool scripts, which are not part of # Cargo.toml. +rustup toolchain install nightly rustup component add clippy rustfmt -cargo install cargo-udeps
\ No newline at end of file +cargo +nightly install cargo-udeps |
