Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/Cargo.toml')
| -rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 39b6b867..43066354 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -102,7 +102,7 @@ crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty", "libc helix-loader = { path = "../helix-loader" } [dev-dependencies] -smallvec = "1.13" +smallvec = "1.14" indoc = "2.0.5" tempfile.workspace = true same-file = "1.0.1" |