From a12fa7b8a4131d77c35eda5c680b9307a0fc28d3 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Thu, 6 Feb 2025 11:04:10 -0800 Subject: remove checks that memmap2 does internally --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f1a1337..aec25a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" edition = "2021" [features] -default = ["std"] +default = ["std", "mmap"] # The NEON implementation does not participate in dynamic feature detection, # which is currently x86-only. If "neon" is on, NEON support is assumed. Note -- cgit v1.2.3