mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-10 14:00:02 +00:00
release: cargo-binstall v0.13.0 (#366)
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Félix Saparelli <felix@passcod.name>
This commit is contained in:
parent
22ac1cf5d3
commit
037e62184f
5 changed files with 29 additions and 14 deletions
15
.github/scripts/github-test-Cargo.toml
vendored
Normal file
15
.github/scripts/github-test-Cargo.toml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "cargo-binstall"
|
||||
description = "Rust binary package installer for CI integration"
|
||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
version = "0.12.0"
|
||||
rust-version = "1.61.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0"
|
||||
|
||||
[package.metadata.binstall]
|
||||
bin-dir = "{ bin }{ binary-ext }"
|
||||
|
||||
[[bin]]
|
||||
name = "cargo-binstall"
|
Loading…
Add table
Add a link
Reference in a new issue