diff options
Diffstat (limited to 'helix-core')
-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 f8e15bd7..0f532f5b 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -14,7 +14,7 @@ embed_runtime = ["rust-embed"] [dependencies] helix-syntax = { path = "../helix-syntax" } -ropey = "1.2" +ropey = "1.3" smallvec = "1.4" tendril = "0.4.2" unicode-segmentation = "1.7.1" |