mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Add dep normalize-path
to binstalk-fetchers
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
95ec3ac72e
commit
eb95a3e38f
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -302,6 +302,7 @@ dependencies = [
|
||||||
"leon-macros",
|
"leon-macros",
|
||||||
"miette",
|
"miette",
|
||||||
"minisign-verify",
|
"minisign-verify",
|
||||||
|
"normalize-path",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
"strum",
|
"strum",
|
||||||
|
|
|
@ -23,6 +23,7 @@ leon = { version = "2.0.1", path = "../leon" }
|
||||||
leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
leon-macros = { version = "1.0.0", path = "../leon-macros" }
|
||||||
miette = "5.9.0"
|
miette = "5.9.0"
|
||||||
minisign-verify = "0.2.1"
|
minisign-verify = "0.2.1"
|
||||||
|
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
serde = { version = "1.0.163", optional = true }
|
serde = { version = "1.0.163", optional = true }
|
||||||
strum = "0.25.0"
|
strum = "0.25.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue