Skip to content

Commit

Permalink
Update rand to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 22, 2020
1 parent 57072e4 commit b3142a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = "A library for managing temporary files and directories."

[dependencies]
cfg-if = "1"
rand = "0.7"
rand = "0.8"
remove_dir_all = "0.5"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit b3142a1

Please sign in to comment.