rust-cli / confy

🛋 Zero-boilerplate configuration management in Rust
Other
907 stars 61 forks source link

Truncate file on write #10

Closed webdesserts closed 5 years ago

webdesserts commented 5 years ago

fixes #9

webdesserts commented 5 years ago

@spacekookie I've rebased it on top of #12 and everything seems to be working fine. That branch does seem to be a breaking change though. I'm assuming you are alright with this fix not making it to the current major?

Dylan-DPC-zz commented 5 years ago

It is fine to have a breaking change at this point.

spacekookie commented 5 years ago

On May 20, 2019 4:53:09 PM UTC, Michael Mullins notifications@github.com wrote:

@spacekookie I've rebased it on top of #12 and everything seems to be working fine. That branch does seem to be a breaking change though. I'm assuming you are alright with this fix not making it to the current major?

Yea, the crate still is in a pre-1.0 version anyway so any minor is assumed a breaking change.