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:
github-actions[bot] 2024-07-26 09:39:17 +00:00 committed by GitHub
parent 40ec708bd8
commit 08d8946dde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -352,7 +352,7 @@ dependencies = [
[[package]]
name = "binstalk-git-repo-api"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"binstalk-downloader",
"compact_str",

View file

@ -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" }

View file

@ -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"

View file

@ -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",
] }