From 730fa26f91aa6dee2b6ff1af1abbafad790fc4f1 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 1 Aug 2023 13:01:30 -0700 Subject: [PATCH] Update rstar-benches geo dependency This fixes an error like: error[E0275]: overflow evaluating the requirement `~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/geo-0.24.1/src/algorithm/map_coords.rs:855:69: 855:72]: Fn<(geo_types::Coord,)>` --- rstar-benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rstar-benches/Cargo.toml b/rstar-benches/Cargo.toml index 44748b4..431fb88 100644 --- a/rstar-benches/Cargo.toml +++ b/rstar-benches/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Stefan Altmayer ", "The Georust Developers