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.60.0 -> 1.64.0 #426

Closed matthiasbeyer closed 1 year ago

matthiasbeyer commented 1 year ago

We depend on temp_env in our tests, which got an update that bumps its own MSRV to 1.64.0. Thus, we need to update to 1.64.0 or pin temp_env to an older version. We opt for the former.