From 9ba4a611767b4254b59ac5e76d207eb3dac1e47e Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 26 Sep 2024 15:56:07 +0200 Subject: [PATCH] removed a patch for geozero --- server/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index fa612725c..d395ec393 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -114,8 +114,3 @@ similar.opt-level = 3 ignored = [ "rustls", # we need to configure between ring and aws crypto library ] - -[patch.crates-io] -# needs release after 0.13 -# https://github.com/georust/geozero/tags -geozero = { git = "https://github.com/georust/geozero.git", rev = "f8ab4363b0660cd84a58212039651fd68c3a8567" }