Skip to content

Commit

Permalink
Add metadata for Binstall so that it can download binaries immediatel…
Browse files Browse the repository at this point in the history
…y (without brute forcing to find the correct URL)
  • Loading branch information
babichjacob committed Oct 19, 2024
1 parent e45483b commit 5433a6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ rust-version = "1.78"
[package.metadata.release]
tag-name = "v{{version}}"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }{ archive-suffix }"

[dependencies]
bisector = "0.4.0" # bisection with a custom comparator
camino = "1.1" # utf-8 paths
Expand Down

0 comments on commit 5433a6c

Please sign in to comment.