From 8d02887f8221d21bd8354b19c95a0df044e4da62 Mon Sep 17 00:00:00 2001 From: Zack Slayton Date: Wed, 29 Jul 2015 13:35:03 -0700 Subject: [PATCH] Specified feature versions of all dependencies. Fixes #88. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d72b50..e585574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "stomp" [dependencies] -"lifeguard" = "*" -"unicode-segmentation" = "*" -"log" = "*" -"mio" = "*" +"lifeguard" = "0.2" +"unicode-segmentation" = "0.1" +"log" = "0.3" +"mio" = "0.3"