From 4edcf8c5fa22fcbea450793448f364436c64eac3 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 4 Mar 2024 18:28:23 +0100 Subject: [PATCH] remove unused feature --- sha1/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index dcb6e049..af002663 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -29,7 +29,6 @@ std = ["digest/std"] oid = ["digest/oid"] # Enable OID support zeroize = ["digest/zeroize"] force-soft = [] # Force software implementation -collision = ["digest/mac"] # Detect SHA1 collisions and mitigate them [package.metadata.docs.rs] all-features = true