Skip to content

Commit c91aaba

Browse files
committed
update docs to point to current version
1 parent 637c987 commit c91aaba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ to your `Cargo.toml`:
3838

3939
```toml
4040
[dependencies]
41-
unicode-segmentation = "1.3.0"
41+
unicode-segmentation = "1.6.0"
4242
```
4343

4444
# Change Log

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//!
4747
//! ```toml
4848
//! [dependencies]
49-
//! unicode-segmentation = "1.3.0"
49+
//! unicode-segmentation = "1.6.0"
5050
//! ```
5151
5252
#![deny(missing_docs, unsafe_code)]

0 commit comments

Comments
 (0)