mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
Bump clippy version
This commit is contained in:
parent
7b2b1e1c80
commit
92a3474093
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ install-rustfmt: ## Intall rustfmt
|
|||
$(RUSTFMT_INSTALL_CMD)
|
||||
|
||||
|
||||
CLIPPY_TARGET_VERSION = 0.0.134
|
||||
CLIPPY_TARGET_VERSION = 0.0.139
|
||||
CLIPPY_CURRENT_VERSION = $(shell $(CARGO) clippy --version 2>/dev/null)
|
||||
ifeq ("$(CLIPPY_CURRENT_VERSION)","")
|
||||
CLIPPY_INSTALL_CMD = @echo "Installing clippy $(CLIPPY_TARGET_VERSION)" \
|
||||
|
|
Loading…
Add table
Reference in a new issue