From e9c93d1111287812a5118470368b9962ccd27c15 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 28 Feb 2025 15:33:34 -0700 Subject: [PATCH] cargo: sort dependencies --- recipes/dev/cargo/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dev/cargo/recipe.toml b/recipes/dev/cargo/recipe.toml index 8fa7121b7..17531b47a 100644 --- a/recipes/dev/cargo/recipe.toml +++ b/recipes/dev/cargo/recipe.toml @@ -33,8 +33,8 @@ cp -v "target/${TARGET}/release/cargo" "${COOKBOOK_STAGE}/bin/cargo" [package] shared-deps = [ - "libgcc", "curl", + "libgcc", "libssh2", "nghttp2", "openssl1",