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

Remove associated_consts feature #11

Merged
merged 1 commit into from Aug 31, 2017
Merged

Conversation

Drakulix
Copy link
Member

Associated consts is stabilized in the current form used by drm-rs, already works in beta and will be in rust stable 1.20. (see rust-lang/rust#29646 (comment))

Using the feature flag prevents compilation on beta, as the feature flag is generally not allowed on stable and beta channels even if the feature in question is already stabilized.

tl;dr This fixes compilation on current beta and upcoming stable 1.20

@Slabity Slabity merged commit da1fc66 into Smithay:master Aug 31, 2017
@Drakulix
Copy link
Member Author

Could you release 0.2.1 with these changes? :)

@Slabity
Copy link
Collaborator

Slabity commented Aug 31, 2017

Sure thing! I'll release it later today once the 1.20 compiler gets officially released.

@Drakulix
Copy link
Member Author

Ping

@Slabity
Copy link
Collaborator

Slabity commented Sep 10, 2017

The version on crates.io is 0.2.1 now, I just haven't committed it to github.

EDIT: Done.

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

Successfully merging this pull request may close these issues.

None yet

2 participants