mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Merge branch 'main' into feature/self-install
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
commit
fdc4a1fbb4
27 changed files with 132 additions and 52 deletions
|
@ -3,7 +3,7 @@ name = "cargo-binstall"
|
|||
description = "Binary installation for rust projects"
|
||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
documentation = "https://docs.rs/cargo-binstall"
|
||||
version = "1.10.10"
|
||||
version = "1.10.11"
|
||||
rust-version = "1.79.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2021"
|
||||
|
@ -23,8 +23,8 @@ pkg-fmt = "zip"
|
|||
|
||||
[dependencies]
|
||||
atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" }
|
||||
binstalk = { path = "../binstalk", version = "0.28.10", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.7" }
|
||||
binstalk = { path = "../binstalk", version = "0.28.11", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.8" }
|
||||
clap = { version = "4.5.3", features = ["derive", "env"] }
|
||||
compact_str = "0.8.0"
|
||||
dirs = "5.0.1"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Binstall.Cli.binstall"
|
||||
version="1.10.10.0"
|
||||
version="1.10.11.0"
|
||||
/>
|
||||
|
||||
<trustInfo>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue