diff options
author | atouchet <alextouchet@outlook.com> | 2019-06-17 15:53:15 -0700 |
---|---|---|
committer | atouchet <alextouchet@outlook.com> | 2019-06-17 15:53:15 -0700 |
commit | ee46b45b07cd66edc374ee84da949cbea8567bc4 (patch) | |
tree | 143b9e37667707a50bbdecf4e16519d3bae2a648 /Cargo.toml | |
parent | ce9f35e0e3de762d84dffadf39fc30f8377aa4b9 (diff) | |
download | servo-ee46b45b07cd66edc374ee84da949cbea8567bc4.tar.gz servo-ee46b45b07cd66edc374ee84da949cbea8567bc4.zip |
Update remove_dir_all
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 17df96033ed..060be41a5d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } |