Skip to content

Commit

Permalink
fix nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 authored and zowens committed May 18, 2024
1 parent af3b252 commit 13794d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
//! Otherwise, the crate will use `cpuid` at runtime to detect the
//! running CPU's features, and enable the appropriate algorithm.
#![cfg_attr(all(target_arch = "aarch64", nightly), feature(stdarch_arm_crc32))]

mod combine;
mod hasher;
Expand Down

1 comment on commit 13794d7

@tisonkun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zowens can we make a new release for this change?

Please sign in to comment.