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

Release a new version with stable alloc #160

Closed
roblabla opened this issue Aug 17, 2019 · 6 comments
Closed

Release a new version with stable alloc #160

roblabla opened this issue Aug 17, 2019 · 6 comments

Comments

@roblabla
Copy link

Heyo, would it be possible to get a new release with the removed feature check around the alloc feature #159 ? Otherwise the alloc feature isn't usable on stable compilers. Thanks :).

@asajeffrey
Copy link
Member

Cue conversation about whether this is a breaking change, requiring a major version bump, or not.

@mbrubeck
Copy link
Collaborator

#159 only affects builds without the 'std' feature, which was previously only possible with nightly Rust. Any existing stable Rust users are unaffected, so I would consider this a non breaking change. (Users of fairly old nightly Rust could be broken, but they were explicitly using unstable features and opted into this risk.)

@roblabla
Copy link
Author

roblabla commented Aug 18, 2019

Alloc was stabilized in nightly on April 15th. This will break nightly users older than that. Nightly users should be expecting breaking changes if they don't pin their dependencies anyways (and thankfully, this is the last time alloc breaks nightly users 🎉 ).

@roblabla roblabla changed the title Releae a new version with stable alloc Release a new version with stable alloc Aug 18, 2019
@dignifiedquire
Copy link

any update on this?

@roblabla
Copy link
Author

Bump?

@mbrubeck
Copy link
Collaborator

Published version 0.6.11.

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

4 participants