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
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "binstalk-fetchers"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
|
||||
description = "The binstall fetchers"
|
||||
|
@ -18,14 +18,14 @@ binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
|||
bytes = "1.4.0"
|
||||
compact_str = { version = "0.7.0" }
|
||||
either = "1.11.0"
|
||||
itertools = "0.12.0"
|
||||
itertools = "0.13.0"
|
||||
leon = "3.0.0"
|
||||
leon-macros = "1.0.1"
|
||||
miette = "7.0.0"
|
||||
minisign-verify = "0.2.1"
|
||||
once_cell = "1.18.0"
|
||||
strum = "0.26.1"
|
||||
thiserror = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
"rt",
|
||||
"sync",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue