From 1dcd20124983120afc3963126b059fb099a45324 Mon Sep 17 00:00:00 2001 From: Dennis Waldherr Date: Mon, 21 Oct 2024 20:22:25 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 356b2b4..9b7fc8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ winapi = { version = "0.3", features = ["winbase", "memoryapi", "handleapi"] } memchr = "2.7" num-traits = "0.2" num-derive = "0.4" -derive_more = "1.0" +derive_more = { version = "1.0", features = ["full"] } rstar = "0.12" itertools="0.13" ahash = "0.8"