From a27560fce91f6d75f444acf44c01ebe8b8efefac Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Mon, 9 Jun 2025 20:46:47 -0700 Subject: [PATCH] Update crates/binstalk/src/ops.rs Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Signed-off-by: Matan Lurey --- crates/binstalk/src/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk/src/ops.rs b/crates/binstalk/src/ops.rs index 3de454a0..f9eb0827 100644 --- a/crates/binstalk/src/ops.rs +++ b/crates/binstalk/src/ops.rs @@ -44,7 +44,7 @@ pub struct Options { pub desired_targets: DesiredTargets, pub resolvers: Vec, pub cargo_install_fallback: bool, - pub bins: Option>, + pub bins: Option>, pub temp_dir: PathBuf, pub install_path: PathBuf,