mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-25 13:12:56 +00:00
chore: release (#2073)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
268efdf6e6
commit
b243c176fe
26 changed files with 122 additions and 49 deletions
crates/binstalk-downloader
|
@ -3,7 +3,7 @@ name = "binstalk-downloader"
|
|||
description = "The binstall toolkit for downloading and extracting file"
|
||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
documentation = "https://docs.rs/binstalk-downloader"
|
||||
version = "0.13.13"
|
||||
version = "0.13.14"
|
||||
rust-version = "1.79.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2021"
|
||||
|
@ -18,7 +18,7 @@ async-compression = { version = "0.4.4", features = [
|
|||
"bzip2",
|
||||
"tokio",
|
||||
] }
|
||||
binstalk-types = { version = "0.9.3", path = "../binstalk-types" }
|
||||
binstalk-types = { version = "0.9.4", path = "../binstalk-types" }
|
||||
bytes = "1.4.0"
|
||||
bzip2 = { version = "0.5.2", default-features = false, features = [
|
||||
"libbz2-rs-sys",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue