Breaking MSRV change in sub-dependency spinning_top
#62
Labels
breaking
Will either cause existing code to fail to compile, or cause substantial behaviour changes
Raised via Discord.
Version 0.2.3 of the above uses the
std::hint::spin_loop
intrinsic introduced in rustc v1.49.0. Patching this dependency's version to equal 0.2.2 should uphold the current 1.48.0 MSRV.The text was updated successfully, but these errors were encountered: