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
fix: deprecate async-std-rt feature and document reqwless upgrade blocker
Replace async-std sleep implementation with a deprecation warning
and runtime panic. Using compile_error! would break --all-features
builds (including CI clippy checks), so instead we emit a deprecation
warning at compile time and panic at runtime if the feature is
actually exercised.
Also document in Cargo.toml that the atomic-polyfill advisory
(RUSTSEC-2023-0089) is blocked upstream on a reqwless update.
Closes#126
Partially addresses #111
0 commit comments