rust-lang / log

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

Update docs to 2021 edition, test #577

Closed nyurik closed 9 months ago

nyurik commented 1 year ago

I was surprised to discover that log crate has no edition value... Any reason to keep it at 2015?

nyurik commented 1 year ago

@Thomasdezeeuw I think they should be removed after #580, or else they will continue using 2015 which i think is a bit confusing

KodrAus commented 1 year ago

We can probably merge #580 first, and then circle back to this one.

nyurik commented 1 year ago

Now that #580 is merged, I updated this PR to remove the editions and also add the 580's forgotten changelog entry. This one should be far easier to review :)

nyurik commented 10 months ago

@Thomasdezeeuw and @KodrAus a friendly ping. I just rebased it just to keep it current. Let me know if any changes are needed. Thx!