summaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-03-16 09:02:37 +0000
committerBlaž Hrastnik2022-03-17 00:29:47 +0000
commitf67e1ee1723592a4e6279197317d46759cd05976 (patch)
tree023d8cf1dd6a83f867cc74b2f9eeec5e117e5e21 /helix-core/Cargo.toml
parentb4a282fd360a6cd8a03f7b1d784dafe5bc4c8abc (diff)
Put esoteric line endings behind a feature flag
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 2c557a0e..150f6b4e 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -17,7 +17,7 @@ unicode-lines = ["ropey/unicode_lines"]
helix-loader = { version = "0.6", path = "../helix-loader" }
# ropey = "1.3"
-ropey = { git = "https://github.com/cessen/ropey", default-features = false, features = ["cr_lines"] }
+ropey = { git = "https://github.com/cessen/ropey", default-features = false }
smallvec = "1.8"
smartstring = "1.0.0"
unicode-segmentation = "1.9"