From 59a93f4c5a85282ef8693ed5c61fae886a4fc3c5 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sat, 7 Dec 2024 06:00:18 +0000 Subject: [PATCH] Pass through nightly feature to crc32fast crate to get SIMD crc32 on Aarch64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49d47ad5..9556b70f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rand = "0.8.4" term = "0.7" [features] -unstable = [] +unstable = ["crc32fast/nightly"] benchmarks = [] [[bench]]