Skip to content

Commit

Permalink
release: binstalk-bins v0.3.0 (#1603)
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 Feb 3, 2024
1 parent 3e52d2d commit 290ebbb
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-bins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binstalk-bins"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

description = "The binstall binaries discovery and installation crate."
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
license = "GPL-3.0-only"

[dependencies]
binstalk-bins = { version = "0.2.0", path = "../binstalk-bins" }
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" }
Expand Down

0 comments on commit 290ebbb

Please sign in to comment.