aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-03-17 03:03:15 +0000
committerBlaž Hrastnik2022-03-17 03:03:15 +0000
commit0b9620108dabe6a26fbeac32ba9d236b6d69b56a (patch)
treedec89c4040fc7e5a10917daec57d5f985645531e /helix-term/Cargo.toml
parent2376fc875e659dfce952c0b885e369b4295ba441 (diff)
ropey 1.4.1 fixes the issue
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml1
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]]