aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorPascal Kuthe2022-11-28 02:20:54 +0000
committerGitHub2022-11-28 02:20:54 +0000
commitda355a3231174ac019b43a31958b73e818e6463f (patch)
tree4e875531ebca33f6b7306bd537a44a90cc0e7e31 /helix-core/Cargo.toml
parenta549328ef29b9f0911b04e9517bf55962d32dea2 (diff)
Significantly improve performance of `:reload` (#4457)
* bump ropey to 1.5.1-alpha * significantly improve performance of :reload
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 09665b91..31b6546f 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -38,7 +38,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
-similar = "2.2"
+imara-diff = "0.1.0"
encoding_rs = "0.8"