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