Skip to content

Commit

Permalink
release: binstalk-registry v0.6.0 (#1605)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Feb 3, 2024
1 parent 9e57c9c commit f8bb014
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-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binstalk-registry"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
rust-version = "1.65.0"

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.3.0", path = "../binstalk-bins" }
binstalk-downloader = { version = "0.10.0", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] }
binstalk-fetchers = { version = "0.3.0", path = "../binstalk-fetchers", features = ["quickinstall"] }
binstalk-registry = { version = "0.5.0", path = "../binstalk-registry" }
binstalk-registry = { version = "0.6.0", path = "../binstalk-registry" }
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
cargo-toml-workspace = { version = "5.0.0", path = "../cargo-toml-workspace" }
command-group = { version = "5.0.1", features = ["with-tokio"] }
Expand Down

0 comments on commit f8bb014

Please sign in to comment.