mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 07:29:02 +03:00
Forgot tempfile dependency
This commit is contained in:
parent
cb229dad95
commit
4b647fd4b1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user