mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
fix: support for cargo binstall
This commit is contained in:
parent
d6bffd82dc
commit
eb3fc20a33
2 changed files with 6 additions and 3 deletions
|
|
@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## `granc` - [0.7.2](https://github.com/JasterV/granc/compare/granc-v0.7.1...granc-v0.7.2) - 2026-02-06
|
||||
## `granc` - [0.7.3](https://github.com/JasterV/granc/compare/granc-v0.7.2...granc-v0.7.3) - 2026-02-11
|
||||
|
||||
- [fix] Support for cargo binstall
|
||||
|
||||
## `granc` - [0.7.2](https://github.com/JasterV/granc/compare/granc-v0.7.1...granc-v0.7.2) - 2026-02-11
|
||||
|
||||
- [chore] Add support for cargo binstall
|
||||
|
||||
|
|
|
|||
|
|
@ -11,11 +11,10 @@ publish = true
|
|||
readme = "../README.md"
|
||||
repository = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }.{ archive-format }"
|
||||
bin-dir = "{ name }-{ target }/{ bin }"
|
||||
pkg-fmt = "tgz"
|
||||
|
||||
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue