From 4da4a8b7da048f5ee69c7f3ee9b42b0d858c3acf Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Thu, 31 Oct 2024 20:52:33 -0600 Subject: [PATCH] fix README.md version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c8b2b..0597e0a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Here's an example of how to conditionally add `which`. You should tweak this to ```toml [target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies] -which = "6.0.3" +which = "7.0.0" ``` ## Examples