Fix unicode causing problems with search.

This commit is contained in:
ClementTsang 2020-02-25 22:23:17 -05:00
parent 66a0b2ac10
commit 67f8baa056
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ lazy_static = "1.4.0"
backtrace = "0.3"
toml = "0.5.6"
serde = {version = "1.0", features = ["derive"] }
unicode-segmentation = "1.6.0"
[dev-dependencies]
assert_cmd = "0.12"

View File

@ -229,4 +229,5 @@ If you spot any issue with nobody assigned to it, or it seems like no work has s
- [tokio](https://github.com/tokio-rs/tokio)
- [toml-rs](https://github.com/alexcrichton/toml-rs)
- [tui-rs](https://github.com/fdehau/tui-rs)
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation)
- [winapi](https://github.com/retep998/winapi-rs)