release: binstalk-git-repo-api v0.2.0 (#1771)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2024-06-15 16:02:41 +10:00 committed by GitHub
parent fff6aa8122
commit ed31bc17e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ license = "GPL-3.0-only"
[dependencies]
async-trait = "0.1.68"
binstalk-downloader = { version = "0.11.3", path = "../binstalk-downloader", default-features = false }
binstalk-git-repo-api = { version = "0.1.1", path = "../binstalk-git-repo-api" }
binstalk-git-repo-api = { version = "0.2.0", path = "../binstalk-git-repo-api" }
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
bytes = "1.4.0"
compact_str = { version = "0.7.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.1.1"
version = "0.2.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.4.0", path = "../binstalk-bins" }
binstalk-downloader = { version = "0.11.3", path = "../binstalk-downloader", default-features = false }
binstalk-git-repo-api = { version = "0.1.1", path = "../binstalk-git-repo-api" }
binstalk-git-repo-api = { version = "0.2.0", path = "../binstalk-git-repo-api" }
binstalk-fetchers = { version = "0.5.1", path = "../binstalk-fetchers", features = [
"quickinstall",
] }