please update crossbeam to fix compile with custom -vendor- rust targets
crossbeam-utils-0.8.11 does misdetect powerpc-gentoo-linux-musl:
127575:error[E0432]: unresolved imports core::sync::atomic::AtomicI64
, core::sync::atomic::AtomicU64
127673- --> /var/tmp/portage/gnome-base/librsvg-2.55.1/work/cargo_home/gentoo/crossbeam-utils-0.8.11/src/lib.rs:79:49
127785- |
127790-79 | pub(crate) use core::sync::atomic::{AtomicI64, AtomicU64};
127866- | ^^^^^^^^^ ^^^^^^^^^ no AtomicU64
in sync::atomic
127973- | |
the fix is here: https://github.com/crossbeam-rs/crossbeam/pull/922
and was backported to crossbeam-utils 0.8.13
, crossbeam-queue 0.3.7
, and crossbeam-epoch 0.9.12
so can you please update crossbeam-utils and crossbeam-epoch to a point relese with the fix?
thank you