mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 16:16:37 +00:00
Merge branch 'main' into feat/private-github-repo
This commit is contained in:
commit
c36145f2b4
10 changed files with 192 additions and 184 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue