Merge branch 'main' into feat/private-github-repo

This commit is contained in:
Jiahao XU 2024-05-25 11:00:05 +10:00 committed by GitHub
commit c36145f2b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 192 additions and 184 deletions

View file

@ -3,7 +3,7 @@ name = "binstalk"
description = "The binstall toolkit (library interface)"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/binstalk"
version = "0.23.0"
version = "0.23.1"
rust-version = "1.65.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
@ -13,7 +13,7 @@ license = "GPL-3.0-only"
binstalk-bins = { version = "0.4.0", path = "../binstalk-bins" }
binstalk-downloader = { version = "0.10.3", path = "../binstalk-downloader", default-features = false }
binstalk-git-repo-api = { version = "0.1.0", path = "../binstalk-git-repo-api" }
binstalk-fetchers = { version = "0.4.0", path = "../binstalk-fetchers", features = [
binstalk-fetchers = { version = "0.4.1", path = "../binstalk-fetchers", features = [
"quickinstall",
] }
binstalk-registry = { version = "0.8.0", path = "../binstalk-registry" }
@ -25,7 +25,7 @@ detect-targets = { version = "0.1.17", path = "../detect-targets", features = [
"tracing",
] }
either = "1.11.0"
itertools = "0.12.0"
itertools = "0.13.0"
jobslot = { version = "0.2.11", features = ["tokio"] }
leon = "3.0.0"
maybe-owned = "0.3.4"
@ -35,7 +35,7 @@ simple-git = { version = "0.2.4", optional = true }
strum = "0.26.1"
target-lexicon = { version = "0.12.11", features = ["std"] }
tempfile = "3.5.0"
thiserror = "1.0.52"
thiserror = "1.0.61"
tokio = { version = "1.35.0", features = [
"rt",
"process",