From fe4057afaea6b3a3f7f4d09a4dca041ac15ea544 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Mon, 13 Jan 2020 20:32:30 -0500 Subject: [PATCH] Don't request a breaking version of postgres --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 178590b..0459e57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ repository = "https://github.com/SkylerLipthay/schemamama_postgres" [dependencies] schemamama = ">=0.1" -postgres = ">=0.13" +postgres = ">=0.13, <=0.15"