-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18b803e
commit 49750be
Showing
24 changed files
with
108 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "binstalk-bins" | ||
version = "0.6.8" | ||
version = "0.6.9" | ||
edition = "2021" | ||
|
||
description = "The binstall binaries discovery and installation crate." | ||
|
@@ -11,7 +11,7 @@ authors = ["Jiahao XU <[email protected]>"] | |
license = "GPL-3.0-only" | ||
|
||
[dependencies] | ||
atomic-file-install = { version = "1.0.8", path = "../atomic-file-install" } | ||
atomic-file-install = { version = "1.0.9", path = "../atomic-file-install" } | ||
binstalk-types = { version = "0.9.2", path = "../binstalk-types" } | ||
compact_str = { version = "0.8.0", features = ["serde"] } | ||
leon = "3.0.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
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.9" | ||
version = "0.13.10" | ||
rust-version = "1.79.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
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.11" | ||
version = "0.5.12" | ||
rust-version = "1.70.0" | ||
authors = ["Jiahao XU <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
binstalk-downloader = { version = "0.13.9", path = "../binstalk-downloader", default-features = false, features = [ | ||
binstalk-downloader = { version = "0.13.10", 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.9", path = "../binstalk-downloader" } | ||
binstalk-downloader = { version = "0.13.10", 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,7 +3,7 @@ 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.18" | ||
version = "0.15.19" | ||
rust-version = "1.61.0" | ||
authors = ["ryan <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -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.37", path = "../detect-targets" } | ||
detect-targets = { version = "0.1.38", 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,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.21" | ||
version = "0.28.22" | ||
rust-version = "1.79.0" | ||
authors = ["ryan <[email protected]>"] | ||
edition = "2021" | ||
license = "GPL-3.0-only" | ||
|
||
[dependencies] | ||
binstalk-bins = { version = "0.6.8", path = "../binstalk-bins" } | ||
binstalk-downloader = { version = "0.13.9", path = "../binstalk-downloader", default-features = false } | ||
binstalk-git-repo-api = { version = "0.5.11", path = "../binstalk-git-repo-api" } | ||
binstalk-fetchers = { version = "0.10.10", path = "../binstalk-fetchers", features = [ | ||
binstalk-bins = { version = "0.6.9", path = "../binstalk-bins" } | ||
binstalk-downloader = { version = "0.13.10", path = "../binstalk-downloader", default-features = false } | ||
binstalk-git-repo-api = { version = "0.5.12", path = "../binstalk-git-repo-api" } | ||
binstalk-fetchers = { version = "0.10.11", path = "../binstalk-fetchers", features = [ | ||
"quickinstall", | ||
] } | ||
binstalk-registry = { version = "0.11.10", path = "../binstalk-registry" } | ||
binstalk-registry = { version = "0.11.11", path = "../binstalk-registry" } | ||
binstalk-types = { version = "0.9.2", path = "../binstalk-types" } | ||
cargo-toml-workspace = { version = "7.0.3", path = "../cargo-toml-workspace" } | ||
cargo-toml-workspace = { version = "7.0.4", 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.37", path = "../detect-targets", features = [ | ||
detect-targets = { version = "0.1.38", path = "../detect-targets", features = [ | ||
"tracing", | ||
] } | ||
either = "1.11.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
Oops, something went wrong.