Closed chaseSpace closed 7 months ago
I am just add faster into the Cargo.toml, then build failed. Maybe there is a need to add #[cfg(target_arch="???")] above the target_feature in the source code. version is 0.5.2, and 0.4.3 is build passed.
faster
Cargo.toml
#[cfg(target_arch="???")]
I am just add
faster
into theCargo.toml
, then build failed. Maybe there is a need to add#[cfg(target_arch="???")]
above the target_feature in the source code. version is 0.5.2, and 0.4.3 is build passed.