mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-23 11:06:36 +00:00
dep: Replace vergen with vergen-gitcl (#2207)
* dep: Bump vergen to 9.0.6 Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Replace vergen with vergen-gitcl Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix vergen-gitcl dep req Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix use of vergen_gitcl in build.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix build.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix build.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix fmt in build.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Fix fmt in build.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * Print out newly installed cargo-binstall version verbose in self-install.sh Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
f317ddf23a
commit
a1ca1a46ab
3 changed files with 35 additions and 15 deletions
|
@ -49,7 +49,7 @@ zeroize = "1.8.1"
|
|||
|
||||
[build-dependencies]
|
||||
embed-resource = "3.0.1"
|
||||
vergen = { version = "8.2.7", features = ["build", "cargo", "git", "gitcl", "rustc"] }
|
||||
vergen-gitcl = { version = "1.0.8", features = ["build", "cargo", "rustc"] }
|
||||
|
||||
[features]
|
||||
default = ["static", "rustls", "trust-dns", "fancy-no-backtrace", "zstd-thin", "git"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue