From 85336c427db1e38b9d6afb89ed3d329f4a2a6423 Mon Sep 17 00:00:00 2001 From: Francesco Frassinelli Date: Sat, 26 Dec 2020 17:52:23 +0100 Subject: [PATCH] Fix geojson version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06a68ad..a71c63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ edition = "2018" [dependencies] pest = "^2.1" pest_derive = "^2.1" -geojson = "*" +geojson = "^0.21.0"