From 948836fb8ff099af1fb78fbf38f315ac52001142 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sun, 9 Jul 2023 16:43:48 +0200 Subject: [PATCH] Update util/deps.nu Co-authored-by: Daniel Hofstetter --- util/deps.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/deps.nu b/util/deps.nu index a5bd94c8f..a35e2d98c 100644 --- a/util/deps.nu +++ b/util/deps.nu @@ -41,7 +41,7 @@ # # Or to find all crates with multiple versions (like cargo deny): # ``` -# > $dep | where versions > 1 +# > $dep | where num_versions > 1 # ``` # # Ideas to expand this: