-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2f84637
commit d0e37e3
Showing
22 changed files
with
102 additions
and
42 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "binstalk-downloader" | |
description = "The binstall toolkit for downloading and extracting file" | ||
repository = "https://github.com/cargo-bins/cargo-binstall" | ||
documentation = "https://docs.rs/binstalk-downloader" | ||
version = "0.13.4" | ||
version = "0.13.5" | ||
rust-version = "1.79.0" | ||
authors = ["ryan <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -18,7 +18,7 @@ async-compression = { version = "0.4.4", features = [ | |
"bzip2", | ||
"tokio", | ||
] } | ||
binstalk-types = { version = "0.9.1", path = "../binstalk-types" } | ||
binstalk-types = { version = "0.9.2", path = "../binstalk-types" } | ||
bytes = "1.4.0" | ||
bzip2 = "0.4.4" | ||
cfg-if = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ name = "binstalk-git-repo-api" | |
description = "The binstall toolkit for accessing API for git repository" | ||
repository = "https://github.com/cargo-bins/cargo-binstall" | ||
documentation = "https://docs.rs/binstalk-git-repo-api" | ||
version = "0.5.6" | ||
version = "0.5.7" | ||
rust-version = "1.70.0" | ||
authors = ["Jiahao XU <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
binstalk-downloader = { version = "0.13.4", path = "../binstalk-downloader", default-features = false, features = [ | ||
binstalk-downloader = { version = "0.13.5", path = "../binstalk-downloader", default-features = false, features = [ | ||
"json", | ||
] } | ||
compact_str = "0.8.0" | ||
|
@@ -25,6 +25,6 @@ url = "2.5.4" | |
zeroize = "1.8.1" | ||
|
||
[dev-dependencies] | ||
binstalk-downloader = { version = "0.13.4", path = "../binstalk-downloader" } | ||
binstalk-downloader = { version = "0.13.5", path = "../binstalk-downloader" } | ||
tracing-subscriber = "0.3" | ||
once_cell = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ name = "binstalk-manifests" | |
description = "The binstall toolkit for manipulating with manifest" | ||
repository = "https://github.com/cargo-bins/cargo-binstall" | ||
documentation = "https://docs.rs/binstalk-manifests" | ||
version = "0.15.10" | ||
version = "0.15.11" | ||
rust-version = "1.61.0" | ||
authors = ["ryan <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
beef = { version = "0.5.2", features = ["impl_serde"] } | ||
binstalk-types = { version = "0.9.1", path = "../binstalk-types" } | ||
binstalk-types = { version = "0.9.2", path = "../binstalk-types" } | ||
compact_str = { version = "0.8.0", features = ["serde"] } | ||
fs-lock = { version = "0.1.6", path = "../fs-lock" } | ||
home = "0.5.9" | ||
|
@@ -25,5 +25,5 @@ toml_edit = { version = "0.22.12", features = ["serde"] } | |
url = { version = "2.5.4", features = ["serde"] } | ||
|
||
[dev-dependencies] | ||
detect-targets = { version = "0.1.29", path = "../detect-targets" } | ||
detect-targets = { version = "0.1.30", path = "../detect-targets" } | ||
tempfile = "3.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "binstalk-types" | |
description = "The binstall toolkit that contains basic types for binstalk crates" | ||
repository = "https://github.com/cargo-bins/cargo-binstall" | ||
documentation = "https://docs.rs/binstalk-types" | ||
version = "0.9.1" | ||
version = "0.9.2" | ||
rust-version = "1.61.0" | ||
authors = ["ryan <[email protected]>"] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,25 +3,25 @@ name = "binstalk" | |
description = "The binstall toolkit (library interface)" | ||
repository = "https://github.com/cargo-bins/cargo-binstall" | ||
documentation = "https://docs.rs/binstalk" | ||
version = "0.28.13" | ||
version = "0.28.14" | ||
rust-version = "1.79.0" | ||
authors = ["ryan <[email protected]>"] | ||
edition = "2021" | ||
license = "GPL-3.0-only" | ||
|
||
[dependencies] | ||
binstalk-bins = { version = "0.6.4", path = "../binstalk-bins" } | ||
binstalk-downloader = { version = "0.13.4", path = "../binstalk-downloader", default-features = false } | ||
binstalk-git-repo-api = { version = "0.5.6", path = "../binstalk-git-repo-api" } | ||
binstalk-fetchers = { version = "0.10.4", path = "../binstalk-fetchers", features = [ | ||
binstalk-bins = { version = "0.6.5", path = "../binstalk-bins" } | ||
binstalk-downloader = { version = "0.13.5", path = "../binstalk-downloader", default-features = false } | ||
binstalk-git-repo-api = { version = "0.5.7", path = "../binstalk-git-repo-api" } | ||
binstalk-fetchers = { version = "0.10.5", path = "../binstalk-fetchers", features = [ | ||
"quickinstall", | ||
] } | ||
binstalk-registry = { version = "0.11.4", path = "../binstalk-registry" } | ||
binstalk-types = { version = "0.9.1", path = "../binstalk-types" } | ||
binstalk-registry = { version = "0.11.5", path = "../binstalk-registry" } | ||
binstalk-types = { version = "0.9.2", path = "../binstalk-types" } | ||
cargo-toml-workspace = { version = "6.0.3", path = "../cargo-toml-workspace" } | ||
command-group = { version = "5.0.1", features = ["with-tokio"] } | ||
compact_str = { version = "0.8.0", features = ["serde"] } | ||
detect-targets = { version = "0.1.29", path = "../detect-targets", features = [ | ||
detect-targets = { version = "0.1.30", path = "../detect-targets", features = [ | ||
"tracing", | ||
] } | ||
either = "1.11.0" | ||
|
Oops, something went wrong.