From cab05b1b5b754ab1a386f4748c11bedef136dd71 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 4 Feb 2017 15:15:17 -0800 Subject: [PATCH] Fix test constraint --- postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index b9929319..a330f420 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -60,4 +60,4 @@ eui48 = "0.1" rustc-serialize = "0.3" serde_json = ">= 0.6, < 0.10" time = "0.1.14" -uuid = ">= 0.1, < 0.4" +uuid = ">= 0.1, < 0.5"