From 03820ee33c22c3e76ffce20165f57ebb66798e17 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 12:20:06 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-http-registry/recipe.toml | 2 +- recipes/wip/dev/cargo-lambda/recipe.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wip/dev/cargo-http-registry/recipe.toml b/recipes/wip/dev/cargo-http-registry/recipe.toml index a7e541c9c..fb51cdf90 100644 --- a/recipes/wip/dev/cargo-http-registry/recipe.toml +++ b/recipes/wip/dev/cargo-http-registry/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/d-e-s-o/cargo-http-registry" [build] diff --git a/recipes/wip/dev/cargo-lambda/recipe.toml b/recipes/wip/dev/cargo-lambda/recipe.toml index aacaf669d..3e36827f0 100644 --- a/recipes/wip/dev/cargo-lambda/recipe.toml +++ b/recipes/wip/dev/cargo-lambda/recipe.toml @@ -4,5 +4,5 @@ git = "https://github.com/cargo-lambda/cargo-lambda" [build] template = "custom" script = """ -cookbook_cargo_packages cargo-lambda-cli +cookbook_cargo_packages cargo-lambda """ -- GitLab