Skip to content

Commit

Permalink
Merge pull request #1034 from babichjacob/add-binstall-metadata
Browse files Browse the repository at this point in the history
Add metadata for Binstall so that it can download binaries immediately (without brute forcing to find the correct URL)
  • Loading branch information
foresterre authored Oct 19, 2024
2 parents e45483b + 5433a6c commit 3c315ee
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 3c315ee

Please sign in to comment.