Forgot tempfile dependency

This commit is contained in:
Anton-4 2022-06-01 13:40:46 +02:00 committed by GitHub
parent cb229dad95
commit 4b647fd4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,6 @@ lazy_static = "1.4.0"
[build-dependencies]
# dunce can be removed once ziglang/zig#5109 is fixed
dunce = "1.0.2"
[target.'cfg(target_os = "macos")'.build-dependencies]
tempfile = "3.2.0"