-
Notifications
You must be signed in to change notification settings - Fork 151
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
Support building on stable channel #83
Comments
Closed
Use |
+1 |
theotherphil
changed the title
Support building on stable branch
Support building on stable channel
Jan 9, 2016
Thanks Sven. Doug, I'll sort this one out today. |
Slightly annoying: nightly rustc requires:
stable rustc requires:
Luckily it's easy to appease both:
|
Can now build (but not test) on stable, and I've added stable and beta to the CI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Might be as easy as just sticking the [bench] tests behind a feature flag.
The text was updated successfully, but these errors were encountered: