mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Update MSRV: 1.59.0 -> 1.60.0 #420

Closed matthiasbeyer closed 1 year ago

matthiasbeyer commented 1 year ago

The is necessary because if the "toml" dependency is updated to 0.6.0, it requires 1.60.0 as MSRV.

Required for #419