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 unstable feature attribute for alloc crate #16

Merged
merged 1 commit into from
Aug 7, 2019
Merged

Remove unstable feature attribute for alloc crate #16

merged 1 commit into from
Aug 7, 2019

Conversation

martindisch
Copy link
Contributor

This crate has been very helpful in one of my projects, thanks a lot!

I noticed it needs nightly Rust because of the feature for the alloc crate. Since alloc has been stabilized in 1.36.0 for library crates, this is no longer necessary and removing it allows the library to be compiled in projects with stable Rust.

Since alloc has been stabilized in 1.36.0 for library crates, this is
no longer necessary and this change makes the library usable with
stable Rust.
Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay dtolnay merged commit 1d40bb5 into serde-rs:master Aug 7, 2019
@dtolnay
Copy link
Member

dtolnay commented Aug 7, 2019

Published in 0.11.2.

@martindisch
Copy link
Contributor Author

That was quick, thank you!

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

Successfully merging this pull request may close these issues.

2 participants