Skip to content

Commit

Permalink
Pass through nightly feature to crc32fast crate to get SIMD crc32 on …
Browse files Browse the repository at this point in the history
…Aarch64
  • Loading branch information
Shnatsel committed Dec 7, 2024
1 parent 7e4a5a4 commit 59a93f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rand = "0.8.4"
term = "0.7"

[features]
unstable = []
unstable = ["crc32fast/nightly"]
benchmarks = []

[[bench]]
Expand Down

0 comments on commit 59a93f4

Please sign in to comment.