update Cargo.toml example to correct version number

This commit is contained in:
kwantam
2015-08-20 11:09:45 -04:00
parent 9b970231cf
commit 5ea0cec111
+1 -1
View File
@@ -28,5 +28,5 @@ to your `Cargo.toml`:
```toml
[dependencies]
unicode-normalization = "0.1.0"
unicode-normalization = "0.1.1"
```