rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.18k stars 252 forks source link

Replace deprecated std::sync::atomic::spin_loop_hint() #625

Closed Catamantaloedis closed 6 months ago

Catamantaloedis commented 6 months ago

I noticed that log's MSRV is now 1.60.0+, which seems to indicate that the TODO that was waiting for MSRV 1.49.0 can now be fulfilled.