Skip to content

Commit ba87495

Browse files
KiChjangBurntSushi
authored andcommitted
doc: use version 1.0.0 in crate doc example
1 parent 2bd2d56 commit ba87495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ used by adding `regex` to your dependencies in your project's `Cargo.toml`.
2929
3030
```toml
3131
[dependencies]
32-
regex = "0.2"
32+
regex = "1.0.0"
3333
```
3434
3535
and this to your crate root:

0 commit comments

Comments
 (0)