You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project supports compiling to a number of Tier 3 rust targets which is requires build-std so we still need to use nightly to compile for watchOS, tvOS and visionOS.
In #130, the
hash_extract_if
unstable language feature was added.This project supports compiling to a number of Tier 3 rust targets which is requires
build-std
so we still need to use nightly to compile forwatchOS
,tvOS
andvisionOS
.Let's add a rust-stable CI check and remove the call to
extract_if
onHashMap
.The text was updated successfully, but these errors were encountered: