Skip to content

Commit

Permalink
release: binstalk-registry v0.8.0 (#1677)
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 May 2, 2024
1 parent a9fad9f commit ce5f377
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.7.0"
version = "0.8.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 @@ -17,7 +17,7 @@ binstalk-downloader = { version = "0.10.2", path = "../binstalk-downloader", def
binstalk-fetchers = { version = "0.4.0", path = "../binstalk-fetchers", features = [
"quickinstall",
] }
binstalk-registry = { version = "0.7.0", path = "../binstalk-registry" }
binstalk-registry = { version = "0.8.0", path = "../binstalk-registry" }
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" }
command-group = { version = "5.0.1", features = ["with-tokio"] }
Expand Down

0 comments on commit ce5f377

Please sign in to comment.