I suspect rust-lang/rust#88032 might fix this.
The symptom is that aarch64 builds fail:
= note: Undefined symbols for architecture arm64:
"_ring_core_0_17_0_not_released_yet_OPENSSL_armcap_P", referenced from:
_ring_core_0_17_0_not_released_yet_ChaCha20_ctr32 in libring_core_0_17_0_not_released_yet_.a(chacha-armv8-ios64.o)
_ring_core_0_17_0_not_released_yet_sha256_block_data_order in libring_core_0_17_0_not_released_yet_.a(sha256-armv8-ios64.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)