Replace remove_dir_all with an unpublished revision that builds on arm64 Windows.

This commit is contained in:
Josh Matthews 2019-05-28 13:52:08 -04:00
parent 9ffad13a7c
commit 8fc2962fa6
2 changed files with 43 additions and 42 deletions

View file

@ -28,3 +28,4 @@ opt-level = 3
# Those are here to dedupe winapi since mio is still using winapi 0.2.
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
iovec = { git = "https://github.com/servo/iovec.git", branch = "servo" }
remove_dir_all = { git = "https://github.com/XAMPPRocky/remove_dir_all" }