Update remove_dir_all

This commit is contained in:
atouchet 2019-06-17 15:53:15 -07:00
parent ce9f35e0e3
commit ee46b45b07
2 changed files with 4 additions and 5 deletions

View file

@ -28,5 +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" }
cmake = { git = "https://github.com/alexcrichton/cmake-rs" }