Skip to content

Commit 8924f4b

Browse files
committed
Bump version to 0.4.0.
1 parent 825d8be commit 8924f4b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Cargo.toml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[package]
2-
name = "retry"
3-
version = "0.3.0"
42
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
53
description = "Retry an operation until a condition is true."
4+
documentation = "https://jimmycuadra.github.io/retry/retry/"
5+
homepage = "https://github.com/jimmycuadra/retry"
6+
keywords = ["utility", "utilities"]
67
license = "MIT"
8+
name = "retry"
79
readme = "README.md"
8-
keywords = ["utility", "utilities"]
910
repository = "https://github.com/jimmycuadra/retry"
10-
homepage = "https://github.com/jimmycuadra/retry"
11-
documentation = "https://jimmycuadra.github.io/retry/retry/"
11+
version = "0.4.0"
1212

1313
[dependencies]
14-
15-
rand = ">= 0.3.7"
14+
rand = "0.3.14"

0 commit comments

Comments
 (0)