From 3790f8cfb29da117eae9a90cdbaec42d0bfce840 Mon Sep 17 00:00:00 2001 From: Chris Holcombe Date: Mon, 22 Feb 2016 13:55:06 -0800 Subject: [PATCH] Bump the version and publish --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b7f94a4..b5b9312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ repository = "https://github.com/cholcombe973/Gluster" license = "MIT" [dependencies] -byteorder = "*" -log = "*" -regex = "*" -unix_socket = "*" -uuid = "*" +byteorder = "0.4.2" +log = "0.3.5" +regex = "0.1.53" +unix_socket = "0.5.0" +uuid = "0.1.18"