From 9e2f0af9a655823de669b604062381cb780f4302 Mon Sep 17 00:00:00 2001 From: Maciej Pietrzak Date: Wed, 3 May 2017 12:57:18 +0200 Subject: [PATCH] feat(all): Allow uuid 0.4 and 0.5 in dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 329f2ae..3ebaa91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ openssl = "^0.9" rustc-serialize = "^0.3" rust-crypto = "^0.2" time = "^0.1" -uuid = { version = "^0.4", features = ["v4"] } +uuid = { version = ">=0.4, <0.6", features = ["v4"] } [dev-dependencies] env_logger = "^0.4"