-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Description
It's hard to know what minimum supported rust version is used for this crate! This means that I'm not sure what rust version to bump to - at the moment I'm getting the following build failure when building against Rust 1.42:
error: attributes are not yet allowed on `if` expressions
##[error] --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/flexi_logger-0.15.11/src/logger.rs:163:9
|
163 | #[cfg(feature = "colors")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
It would be really useful for folks downstream if an explicit version was pinned in the .travis.yml
- at the moment it's only tested against stable, beta, and nightly.