cargo log 0.4.19

latest releases: 0.4.22, 0.4.21, 0.4.20...
16 months ago

⚠️ Possible breakage in no-std

Targets without atomic support, like thumbv4t-none-eabi, may now fail to compile if you were using set_logger or set_max_level. Use the unsafe set_logger_racy or set_max_level_racy functions instead.

log previously used a custom build script with a few specific targets listed to determine atomic support. Any that wasn't listed was assume to support them. It now uses Rust's target_has_atomic cfg instead, which is more complete.

What's Changed

New Contributors

Full Changelog: 0.4.18...0.4.19

Don't miss a new log release

NewReleases is sending notifications on new releases.