Fix crash when cwd is deleted (#7185)

This commit is contained in:
Yomain 2023-07-11 19:51:04 +02:00 committed by GitHub
parent 1adb19464f
commit 8afc0282f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 81 additions and 24 deletions

View file

@ -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"