diff options
author | Blaž Hrastnik | 2022-03-16 09:02:37 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-03-17 00:29:47 +0000 |
commit | f67e1ee1723592a4e6279197317d46759cd05976 (patch) | |
tree | 023d8cf1dd6a83f867cc74b2f9eeec5e117e5e21 /helix-core/Cargo.toml | |
parent | b4a282fd360a6cd8a03f7b1d784dafe5bc4c8abc (diff) |
Put esoteric line endings behind a feature flag
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
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" |