chore: release (#1933)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-12 15:08:00 +00:00 committed by GitHub
parent 5069cb6638
commit 731592f357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 10 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "binstalk-fetchers"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
description = "The binstall fetchers"
@ -13,7 +13,7 @@ license = "GPL-3.0-only"
[dependencies]
async-trait = "0.1.68"
binstalk-downloader = { version = "0.13.1", path = "../binstalk-downloader", default-features = false }
binstalk-git-repo-api = { version = "0.5.2", path = "../binstalk-git-repo-api" }
binstalk-git-repo-api = { version = "0.5.3", path = "../binstalk-git-repo-api" }
binstalk-types = { version = "0.9.0", path = "../binstalk-types" }
bytes = "1.4.0"
compact_str = { version = "0.8.0" }