Geal / rust-syslog

Send syslog messages from Rust
MIT License
110 stars 55 forks source link

cargo: expose error-chain backtrace as a feature #42

Closed lucab closed 5 years ago

lucab commented 6 years ago

This forwards error-chain "backtrace" feature as a feature of this crate. This is to allow consumers to directly control whether to turn it on, as opposed to being always-on and hidden behind the transitive dependency. As cargo features are additive, this is opt-in and not enabled by default.

lucab commented 6 years ago

@Geal gentle ping for a review, whenever you have time.

Geal commented 5 years ago

ok, a bit late on this, but I'm releasing a new version soon :)