Remove unicode segmentation, not needed
This commit is contained in:
parent
60140b6b1c
commit
ced28384f2
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -392,7 +392,6 @@ dependencies = [
|
|||
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sourceview 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tree_magic 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ rand = "0.5.4"
|
|||
html2pango = { git = "https://gitlab.gnome.org/World/html2pango" }
|
||||
comrak = "0.2.14"
|
||||
gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
|
||||
unicode-segmentation = "1.2.1"
|
||||
regex = "1.0.2"
|
||||
tree_magic = "0.2.0"
|
||||
log = "0.4.3"
|
||||
|
|
Loading…
Reference in a new issue