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

Commit d735918

Browse files
committed
Bump to 0.3.2
Closes #2
1 parent 1e9dc07 commit d735918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "tempdir"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"
@@ -14,4 +14,4 @@ dropped.
1414
"""
1515

1616
[dependencies]
17-
rand = "0.1"
17+
rand = "0.2"

0 commit comments

Comments
 (0)