chore: release (#1980)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-23 03:46:10 +00:00 committed by GitHub
parent 2f84637d23
commit d0e37e3ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 102 additions and 42 deletions

View file

@ -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.4"
version = "0.13.5"
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.1", path = "../binstalk-types" }
binstalk-types = { version = "0.9.2", path = "../binstalk-types" }
bytes = "1.4.0"
bzip2 = "0.4.4"
cfg-if = "1"