We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edbc31 commit 1b5f7beCopy full SHA for 1b5f7be
README.md
@@ -23,7 +23,7 @@ Here's an example of how to conditionally add `which`. You should tweak this to
23
24
```toml
25
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
26
-which = "6.0.3"
+which = "7.0.0"
27
```
28
29
## Examples
0 commit comments