Skip to content

Commit

Permalink
update rust; update unmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 6, 2024
1 parent e134138 commit b587dc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.21.5
nodejs 20.10.0
python 3.12.1
rust 1.68.2
rust 1.75.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://github.com/mcandre/dotfiles
* [Go](https://golang.org/) 1.21.5+
* [Node.js](https://nodejs.org/en) 20.10.0+
* [Python](https://www.python.org/) 3.12.1+
* [Rust](https://www.rust-lang.org/en-US/) 1.68.2+
* [Rust](https://www.rust-lang.org/en-US/) 1.75.0+
* Provision additional dev tools with `make -f install.mk`

## Recommended
Expand Down
2 changes: 1 addition & 1 deletion install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.PHONY: all

all:
cargo install --force [email protected].12
cargo install --force [email protected].14

go install github.com/mcandre/slick/cmd/[email protected]
go install github.com/mcandre/stank/[email protected]
Expand Down
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ snyk:

unmake:
unmake .
unmake -n .

yamllint:
yamllint -s .yamllint .

0 comments on commit b587dc1

Please sign in to comment.