Drop unused fs-extra dependency

This commit is contained in:
Richard Feldman 2022-07-29 16:41:22 -04:00
parent 1071aa8eac
commit a05a482ff9
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3391,7 +3391,6 @@ name = "roc_builtins"
version = "0.1.0"
dependencies = [
"dunce",
"fs_extra",
"lazy_static",
"roc_collections",
"roc_module",

View file

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