Skip to content

Pin minimum supported rust version in .travis.yml #60

@brendanzab

Description

@brendanzab

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions