diff options
author | Blaž Hrastnik | 2022-03-17 03:03:15 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-03-17 03:03:15 +0000 |
commit | 0b9620108dabe6a26fbeac32ba9d236b6d69b56a (patch) | |
tree | dec89c4040fc7e5a10917daec57d5f985645531e /helix-term | |
parent | 2376fc875e659dfce952c0b885e369b4295ba441 (diff) |
ropey 1.4.1 fixes the issue
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 6a4d8285..4f869b62 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -16,7 +16,6 @@ build = true app = true [features] -default = ["unicode-lines"] unicode-lines = ["helix-core/unicode-lines"] [[bin]] |