aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-02-06 11:04:10 -0800
committerJack O'Connor <[email protected]>2025-02-06 11:04:10 -0800
commita12fa7b8a4131d77c35eda5c680b9307a0fc28d3 (patch)
treecc45875f8f435bee14c84ad69c2a2bf44600be40 /Cargo.toml
parent96d90e67d077c4636ef6e792b82b3e11edaefbc6 (diff)
remove checks that memmap2 does internally
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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