Skip to content

Commit 43313a3

Browse files
committed
fix: specify version for leptosfmt installation in Makefile
1 parent 983cc10 commit 43313a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cargo clippy -- -D warnings
2828
'''
2929

3030
[tasks.leptos-format]
31-
install_crate = "leptosfmt"
31+
install_crate = { crate_name = "leptosfmt", version = "0.1.13" }
3232
command = "leptosfmt"
3333
args = ["."]
3434

0 commit comments

Comments
 (0)