Skip to content

Commit 72e8f88

Browse files
authored
chore(ci): Enable cargo binstall (#303)
This is needed since the crate name and archive prefix differ.
1 parent 1c1664f commit 72e8f88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ tokio = { version = "1.37.0", features = ["full"] }
2727
[[bin]]
2828
name = "commitlint"
2929
path = "src/main.rs"
30+
31+
[package.metadata.binstall]
32+
pkg-url = "{ repo }/releases/download/v{ version }/commitlint-v{ version }-{ target }{ archive-suffix }"

0 commit comments

Comments
 (0)