release: binstalk-registry v0.1.1 (#1372)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-09-17 06:57:16 +00:00 committed by GitHub
parent 3f3fdd565d
commit b2602b81fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ license = "GPL-3.0-only"
binstalk-bins = { version = "0.1.0", path = "../binstalk-bins" }
binstalk-downloader = { version = "0.8.0", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] }
binstalk-fetchers = { version = "0.1.1", path = "../binstalk-fetchers", features = ["quickinstall"] }
binstalk-registry = { version = "0.1.0", path = "../binstalk-registry" }
binstalk-registry = { version = "0.1.1", path = "../binstalk-registry" }
binstalk-types = { version = "0.5.0", path = "../binstalk-types" }
cargo-toml-workspace = { version = "1.0.0", path = "../cargo-toml-workspace" }
command-group = { version = "2.1.0", features = ["with-tokio"] }