mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 15:14:27 +00:00
[Makefile] Bump clippy version
This commit is contained in:
parent
6eb1987650
commit
295fc77df2
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.139
|
||||
CLIPPY_TARGET_VERSION = 0.0.157
|
||||
CLIPPY_CURRENT_VERSION = $(shell $(CARGO) clippy --version 2>/dev/null)
|
||||
ifeq ("$(CLIPPY_CURRENT_VERSION)","")
|
||||
CLIPPY_INSTALL_CMD = @echo "Installing clippy $(CLIPPY_TARGET_VERSION)" \
|
||||
|
|
Loading…
Reference in a new issue