Fix unicode causing problems with search.
This commit is contained in:
parent
66a0b2ac10
commit
67f8baa056
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue