Skip to content

Commit

Permalink
fix(build): binstall adjusted to release-please v4
Browse files Browse the repository at this point in the history
release-please v4 changed the tagging format (`name-vX.Y.Z` instead of
`vX.Y.Z`), see also
https://github.com/alexpovel/srgn/releases/tag/srgn-v0.10.1 , so
binstall paths need to be explicitly stated now, as they no longer
conform to the defaults
(https://github.com/cargo-bins/cargo-binstall/blob/12b2824a3b97efd3d6da0f5f215b35f7857eeb27/SUPPORT.md#Defaults)
  • Loading branch information
alexpovel committed Jan 27, 2024
1 parent 5651bbb commit 6c81971
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 @@ -82,3 +82,6 @@ opt-level = 3
decompound = "0.3.0"
fst = "0.4.7"
rayon = "1.7.0"

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

0 comments on commit 6c81971

Please sign in to comment.