From 8afc0282f28e73cf78d1bd7b11d78fd853ae2036 Mon Sep 17 00:00:00 2001 From: Yomain Date: Tue, 11 Jul 2023 19:51:04 +0200 Subject: Fix crash when cwd is deleted (#7185) --- helix-loader/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-loader/Cargo.toml') diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml index 3e7fc2e7..903d36c0 100644 --- a/helix-loader/Cargo.toml +++ b/helix-loader/Cargo.toml @@ -29,6 +29,7 @@ which = "4.4" cc = { version = "1" } threadpool = { version = "1.0" } tempfile = "3.6.0" +dunce = "1.0.4" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] libloading = "0.8" -- cgit v1.2.3-70-g09d2