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 bbad37f0..37cb35fa 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -103,6 +103,6 @@ helix-loader = { path = "../helix-loader" } [dev-dependencies] smallvec = "1.14" -indoc = "2.0.5" +indoc = "2.0.6" tempfile.workspace = true same-file = "1.0.1" |