mehcode / config-rs

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

Replace actions-rs with run scripts #416

Closed matthiasbeyer closed 1 year ago

matthiasbeyer commented 1 year ago

When we switched from actions-rs to dtolnay, we did not convert the cargo calls in the workflow. This patch fixes this.