diff options
author | notoria | 2021-06-09 16:07:58 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-10 13:00:08 +0000 |
commit | 1b14e9a19aeba2750bb57d9f97cc12ca3624a21d (patch) | |
tree | 3cd946e461d4dc6d7aedfa8f2ef40b72b3202be5 /Cargo.lock | |
parent | e46346c907e9ea42d4966391cae4c211deaa3701 (diff) |
Downgrade `unicode-segmentation`
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -266,7 +266,7 @@ dependencies = [ "toml", "tree-sitter", "unicode-general-category", - "unicode-segmentation 1.7.1 (git+https://github.com/unicode-rs/unicode-segmentation.git)", + "unicode-segmentation", "unicode-width", ] @@ -332,7 +332,7 @@ dependencies = [ "cassowary", "crossterm", "serde", - "unicode-segmentation 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-segmentation", "unicode-width", ] @@ -992,11 +992,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] -name = "unicode-segmentation" -version = "1.7.1" -source = "git+https://github.com/unicode-rs/unicode-segmentation.git#58d73acf0e92f9806619fa79c3138dd410bca216" - -[[package]] name = "unicode-width" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" |