From 0cac186aa48f14269c9e1a2c64ceb532622b7219 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Mon, 2 Dec 2024 06:06:41 +0100 Subject: [PATCH] fix(cargo): remove accidentally added unused cargo dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fac58d9..87fd074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,6 @@ derive-getters.workspace = true enum_dispatch = "0.3.13" geo.workspace = true petgraph.workspace = true -replace_with = "0.1.7" rstar.workspace = true serde.workspace = true spade.workspace = true