Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the minimum supported Rust version #54

Closed
fiveop opened this issue Oct 21, 2016 · 4 comments
Closed

Document the minimum supported Rust version #54

fiveop opened this issue Oct 21, 2016 · 4 comments

Comments

@fiveop
Copy link
Contributor

fiveop commented Oct 21, 2016

With #47 bitflags no longer builds on various older versions (at least 1.7 and older). Is this intentional?

@nox
Copy link
Contributor

nox commented Nov 7, 2016

With rust 1.8, augmented_assignments and op_assign_traits are stable. Thus
just enable them globally.

It was definitely intentional.

@Susurrus
Copy link

Susurrus commented Jul 9, 2017

I think it'd still be useful to have the minimum supported Rust version explicitly documented in the README.

@dtolnay dtolnay changed the title What are the supported Rust versions? Document the minimum supported Rust version Jul 31, 2017
@dtolnay
Copy link
Contributor

dtolnay commented Jul 31, 2017

As part of this, let's make sure to test that version in Travis. That way we avoid unintentionally breaking the minimum version. Currently Travis only runs stable/beta/nightly.

@tamird
Copy link
Contributor

tamird commented Sep 5, 2017

with #24 merged, the minimum version is now 1.20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants