Skip to content

Commit

Permalink
refactor(renaming): fixed min_version for cranky
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed May 14, 2024
1 parent 0d7f057 commit 0891760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ install_crate = { rustup_component_name = "clippy" }

[tasks.intall-cranky]
dependencies = ["install-clippy"]
install_crate = { crate_name = "cranky" }
install_crate = { crate_name = "cranky", min_version = "0.3.0" }

[tasks.install-rustfmt]
install_crate = { rustup_component_name = "rustfmt" }
Expand All @@ -617,6 +617,7 @@ install_crate = { crate_name = "cargo-toml-lint", min_version = "0.1.1" }

[tasks.install-llvm-cov]
install_crate = { crate_name = "cargo-llvm-cov", min_version = "0.6.9" }
install_crate_args = ["--force"]

[tasks.install-cosmwasm-check]
install_crate = { crate_name = "cosmwasm-check", min_version = "1.5.3" }
Expand Down

0 comments on commit 0891760

Please sign in to comment.