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 use of nightly feature that is now stable #2

Merged
merged 1 commit into from
Apr 21, 2019
Merged

Remove use of nightly feature that is now stable #2

merged 1 commit into from
Apr 21, 2019

Conversation

ocisly
Copy link
Contributor

@ocisly ocisly commented Apr 21, 2019

Fixes the following error when compiled with rustc 1.34.0:

error[E0554]: #![feature] may not be used on the stable release channel

rust-lang/rust#46507 has been stabilised as of rust-lang/rust#50017.

Fixes the following error when compiled with rustc 1.34.0:

    error[E0554]: #![feature] may not be used on the stable release channel
@reneklacan
Copy link
Owner

Thanks for your contribution!

@reneklacan reneklacan merged commit faf50ea into reneklacan:master Apr 21, 2019
@reneklacan
Copy link
Owner

@ocisly Also fixed other deprecations, upgraded dependencies and released as 0.1.2

@ocisly ocisly deleted the patch-1 branch April 21, 2019 12:35
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.

2 participants