From e5e9b1543ac101f6f83e5748f731c88854ed5513 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 15 Apr 2021 14:51:42 -0700 Subject: [PATCH] allow new postgis-crate version 8 --- geo-postgis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo-postgis/Cargo.toml b/geo-postgis/Cargo.toml index 6d4aaca952..69c5ff501c 100644 --- a/geo-postgis/Cargo.toml +++ b/geo-postgis/Cargo.toml @@ -11,5 +11,5 @@ description = "Conversion between `geo-types` and `postgis` types." edition = "2018" [dependencies] -postgis = "0.7" +postgis = { version = ">=0.7.0, <9.0" } geo-types = { version = "0.7", path = "../geo-types" }