Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit 855a761

Browse files
authored
Merge pull request #37 from romankl/dependency-bump
bump dependency of `remove_dir_all` to 0.3
2 parents 05c275b + b039cf5 commit 855a761

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ appveyor = { repository = "rust-lang-libs/tempdir" }
2222

2323
[dependencies]
2424
rand = "0.3"
25-
remove_dir_all = "0.2"
26-
25+
remove_dir_all = "0.3"

0 commit comments

Comments
 (0)