Jonathan Schwender c9c90bf661 Fix ..Default::default() for struct Config
Previously the `depfile` option added a new private member to the
`Config` struct - a breaking change which many users complained about.
Making the field public, but hiding it from the documentation and
excluding it from `serde` reverts the breakage, while keeping the
depfile functionality.
2024-02-06 19:06:52 +01:00
..
2020-09-22 12:54:55 +02:00
2023-08-25 16:47:30 +02:00