From 2232f83f59b8b1d134fa9b32a1fd28a3a97cfc08 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 ee38788d..d49e9258 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]]