Skip to content

Commit

Permalink
release: binstalk-git-repo-api v0.4.0 (#1845)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jul 26, 2024
1 parent 40ec708 commit 08d8946
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/binstalk-fetchers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-git-repo-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down

0 comments on commit 08d8946

Please sign in to comment.