From 5101062e16d9e45a27d4ff2d49895078df529f67 Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 2 Feb 2026 16:34:13 +0000 Subject: [PATCH] update notes for cargo-cache and cargo-tarpulin recipes --- recipes/wip/dev/cargo-tools/cargo-cache/recipe.toml | 3 ++- recipes/wip/dev/cargo-tools/cargo-tarpaulin/recipe.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/wip/dev/cargo-tools/cargo-cache/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-cache/recipe.toml index 8bdb0ca01..614151d7a 100644 --- a/recipes/wip/dev/cargo-tools/cargo-cache/recipe.toml +++ b/recipes/wip/dev/cargo-tools/cargo-cache/recipe.toml @@ -1,4 +1,5 @@ -#TODO camino crate error +# TODO compile errors from fs_at 0.1.4, libc 0.2.140, proc-macro2 1.0.53 +# tested 29th January 2026 [source] git = "https://github.com/matthiaskrgr/cargo-cache" [build] diff --git a/recipes/wip/dev/cargo-tools/cargo-tarpaulin/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-tarpaulin/recipe.toml index 85ed8020f..3e7528a7c 100644 --- a/recipes/wip/dev/cargo-tools/cargo-tarpaulin/recipe.toml +++ b/recipes/wip/dev/cargo-tools/cargo-tarpaulin/recipe.toml @@ -1,4 +1,5 @@ -#TODO camino crate error +# TODO compiles and works. Need cargo disk I/O errors fixed before it can be used. +# tested 29th January 2026 [source] git = "https://github.com/xd009642/tarpaulin" [build]