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

Backport 379: Add clone trait to builder state #398

Closed matthiasbeyer closed 1 year ago

matthiasbeyer commented 1 year ago

(cherry picked from commit 02c80a5c5a68022bd2d9eee7a67acff02062abb0)

matthiasbeyer commented 1 year ago

Grml. Because this is a library crate and we do not have a Cargo.lock, scoped-tls gets updated in this PR which makes clippy fail because the MSRV for that crate was updated.

Meh.

That's not how it should work.