Skip to content

Commit f4fecb2

Browse files
committed
Specify minimum version of tokio-timer
1 parent d820df2 commit f4fecb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tokio-codec = "0.1"
1616
tokio-executor = "0.1"
1717
tokio-io = "0.1.6"
1818
tokio-tcp = "0.1"
19-
tokio-timer = "0.2.4"
19+
tokio-timer = "^0.2.6"
2020

2121
[dev-dependencies]
2222
tokio = "0.1.5"

0 commit comments

Comments
 (0)