changeset 86:4a111475534f

Add scoped_threadpool dependency
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 07 Feb 2016 15:13:45 +0000
parents 06e3c46db370
children 168e8777de73
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Feb 07 10:47:21 2016 +0000
+++ b/Cargo.toml	Sun Feb 07 15:13:45 2016 +0000
@@ -4,4 +4,5 @@
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 
 [dependencies]
-time = "0.1.34"
+time = ">=0.1.34"
+scoped_threadpool = "0.1.*"