diff options
author | woojiq | 2024-01-14 14:46:32 +0000 |
---|---|---|
committer | GitHub | 2024-01-14 14:46:32 +0000 |
commit | 3f88a3f4e6f75bf04246a8015652931e640e0821 (patch) | |
tree | b5e457d8172f105eb3edb51470e11d29cb3c1d38 /helix-core/Cargo.toml | |
parent | a0b02106c35ede95438bd23069d2b7f999ed8684 (diff) |
Change path normalization strategy to not resolve symlinks (#9330)
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index d7fff6c6..be41fa01 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -55,3 +55,4 @@ parking_lot = "0.12" [dev-dependencies] quickcheck = { version = "1", default-features = false } indoc = "2.0.4" +tempfile = "3.7.0" |