Skip to content

Commit

Permalink
release: binstalk-fetchers v0.5.0 (#1735)
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 Jun 12, 2024
1 parent e334e31 commit 07c8dd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
@@ -1,6 +1,6 @@
[package]
name = "binstalk-fetchers"
version = "0.4.1"
version = "0.5.0"
edition = "2021"

description = "The binstall fetchers"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "GPL-3.0-only"
binstalk-bins = { version = "0.4.0", path = "../binstalk-bins" }
binstalk-downloader = { version = "0.11.1", path = "../binstalk-downloader", default-features = false }
binstalk-git-repo-api = { version = "0.1.0", path = "../binstalk-git-repo-api" }
binstalk-fetchers = { version = "0.4.1", path = "../binstalk-fetchers", features = [
binstalk-fetchers = { version = "0.5.0", path = "../binstalk-fetchers", features = [
"quickinstall",
] }
binstalk-registry = { version = "0.8.0", path = "../binstalk-registry" }
Expand Down

0 comments on commit 07c8dd7

Please sign in to comment.