We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825d8be commit 8924f4bCopy full SHA for 8924f4b
Cargo.toml
@@ -1,15 +1,14 @@
1
[package]
2
-name = "retry"
3
-version = "0.3.0"
4
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
5
description = "Retry an operation until a condition is true."
+documentation = "https://jimmycuadra.github.io/retry/retry/"
+homepage = "https://github.com/jimmycuadra/retry"
6
+keywords = ["utility", "utilities"]
7
license = "MIT"
8
+name = "retry"
9
readme = "README.md"
-keywords = ["utility", "utilities"]
10
repository = "https://github.com/jimmycuadra/retry"
-homepage = "https://github.com/jimmycuadra/retry"
11
-documentation = "https://jimmycuadra.github.io/retry/retry/"
+version = "0.4.0"
12
13
[dependencies]
14
-
15
-rand = ">= 0.3.7"
+rand = "0.3.14"
0 commit comments