8000 Merge pull request #74 from plantfansam/master · simmsb/unicode-segmentation@f835b6a · GitHub
[go: up one dir, main page]

Skip to content

Commit f835b6a

Browse files
authored
Merge pull request unicode-rs#74 from plantfansam/master
Update docs to point to current version
2 parents 637c987 + c91aaba commit f835b6a

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)
0