From b2cddb8f9da7dc028c2cee663fc923e27c089c32 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:14:23 +1100 Subject: [PATCH] Enable fs-lock/tracing in binstalk-manifest Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/binstalk-manifests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 47fc7066..f42a69d1 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -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"] }