Skip to content

Commit 607ac5c

Browse files
authored
readme: recommend regex = 1
PR #494
2 parents 77140e7 + 6d016d8 commit 607ac5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add this to your `Cargo.toml`:
2929

3030
```toml
3131
[dependencies]
32-
regex = "1.0.0"
32+
regex = "1"
3333
```
3434

3535
and this to your crate root:

0 commit comments

Comments
 (0)