mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Enable fs-lock/tracing in binstalk-manifest
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
fb56382274
commit
b2cddb8f9d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
|
|||
beef = { version = "0.5.2", features = ["impl_serde"] }
|
||||
binstalk-types = { version = "0.9.3", path = "../binstalk-types" }
|
||||
compact_str = { version = "0.8.0", features = ["serde"] }
|
||||
fs-lock = { version = "0.1.7", path = "../fs-lock" }
|
||||
fs-lock = { version = "0.1.7", path = "../fs-lock", features = ["tracing"] }
|
||||
home = "0.5.9"
|
||||
miette = "7.0.0"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue