Skip to content

Commit 1b5f7be

Browse files
committed
fix README.md version
1 parent 3edbc31 commit 1b5f7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here's an example of how to conditionally add `which`. You should tweak this to
2323

2424
```toml
2525
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
26-
which = "6.0.3"
26+
which = "7.0.0"
2727
```
2828

2929
## Examples

0 commit comments

Comments
 (0)