mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 04:28:43 +00:00
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:
parent
fff6aa8122
commit
ed31bc17e5
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -351,7 +351,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binstalk-git-repo-api"
|
name = "binstalk-git-repo-api"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"binstalk-downloader",
|
"binstalk-downloader",
|
||||||
"compact_str",
|
"compact_str",
|
||||||
|
|
|
@ -13,7 +13,7 @@ license = "GPL-3.0-only"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.68"
|
async-trait = "0.1.68"
|
||||||
binstalk-downloader = { version = "0.11.3", path = "../binstalk-downloader", default-features = false }
|
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" }
|
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||||
bytes = "1.4.0"
|
bytes = "1.4.0"
|
||||||
compact_str = { version = "0.7.0" }
|
compact_str = { version = "0.7.0" }
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "binstalk-git-repo-api"
|
||||||
description = "The binstall toolkit for accessing API for git repository"
|
description = "The binstall toolkit for accessing API for git repository"
|
||||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||||
documentation = "https://docs.rs/binstalk-git-repo-api"
|
documentation = "https://docs.rs/binstalk-git-repo-api"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -12,7 +12,7 @@ license = "GPL-3.0-only"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
binstalk-bins = { version = "0.4.0", path = "../binstalk-bins" }
|
binstalk-bins = { version = "0.4.0", path = "../binstalk-bins" }
|
||||||
binstalk-downloader = { version = "0.11.3", path = "../binstalk-downloader", default-features = false }
|
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 = [
|
binstalk-fetchers = { version = "0.5.1", path = "../binstalk-fetchers", features = [
|
||||||
"quickinstall",
|
"quickinstall",
|
||||||
] }
|
] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue