rust-lang / log

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

Put MSRV into Cargo.toml #557

Closed est31 closed 1 year ago

est31 commented 1 year ago

MSRV was increased by #543.

Also remove it from clippy.toml as clippy reads it from Cargo.toml since 1.64. CI only runs clippy from latest stable and not from the MSRV so this shouldn't be a problem.