mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-19 12:08:43 +00:00
release: binstalk-git-repo-api v0.4.0 (#1845)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
40ec708bd8
commit
08d8946dde
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -352,7 +352,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "binstalk-git-repo-api"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"binstalk-downloader",
|
||||
"compact_str",
|
||||
|
|
|
@ -13,7 +13,7 @@ license = "GPL-3.0-only"
|
|||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
binstalk-downloader = { version = "0.12.0", path = "../binstalk-downloader", default-features = false }
|
||||
binstalk-git-repo-api = { version = "0.3.0", path = "../binstalk-git-repo-api" }
|
||||
binstalk-git-repo-api = { version = "0.4.0", path = "../binstalk-git-repo-api" }
|
||||
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
||||
bytes = "1.4.0"
|
||||
compact_str = { version = "0.8.0" }
|
||||
|
|
|
@ -3,7 +3,7 @@ name = "binstalk-git-repo-api"
|
|||
description = "The binstall toolkit for accessing API for git repository"
|
||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
documentation = "https://docs.rs/binstalk-git-repo-api"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
rust-version = "1.70.0"
|
||||
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
||||
edition = "2021"
|
||||
|
|
|
@ -12,7 +12,7 @@ license = "GPL-3.0-only"
|
|||
[dependencies]
|
||||
binstalk-bins = { version = "0.5.0", path = "../binstalk-bins" }
|
||||
binstalk-downloader = { version = "0.12.0", path = "../binstalk-downloader", default-features = false }
|
||||
binstalk-git-repo-api = { version = "0.3.0", path = "../binstalk-git-repo-api" }
|
||||
binstalk-git-repo-api = { version = "0.4.0", path = "../binstalk-git-repo-api" }
|
||||
binstalk-fetchers = { version = "0.7.1", path = "../binstalk-fetchers", features = [
|
||||
"quickinstall",
|
||||
] }
|
||||
|
|
Loading…
Add table
Reference in a new issue