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

Add documentation to File `required` setter. #388

Closed DavidSouther closed 1 year ago

matthiasbeyer commented 1 year ago

The CI error comes from a too old rustc version on our side. #389 should fix that. I'll ask you to rebase as soon as #389 has landed, or if you don't care too much, I can do the rebase for you!

matthiasbeyer commented 1 year ago

Okay, please rebase :tada:

DavidSouther commented 1 year ago

Looks like Github did a merge when I synced - is that OK, or do you need it to be a rebase?

matthiasbeyer commented 1 year ago

Please do a rebase. What github does here messes up the history and just produces noise in the repository, so I'd love to see a rebase here if you don't mind!

DavidSouther commented 1 year ago

Totally hear you. Done!

matthiasbeyer commented 1 year ago

Thank you very much! I'll merge as soon as CI is green.