Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

updates uses of Unique #20

Merged
merged 1 commit into from
May 2, 2020
Merged

updates uses of Unique #20

merged 1 commit into from
May 2, 2020

Conversation

Freax13
Copy link
Contributor

@Freax13 Freax13 commented May 1, 2020

nightly rust recently had some breaking changes with core::ptr::Unique which broke some of the code:

@TimDiekmann
Copy link
Owner

Thank you!

@TimDiekmann TimDiekmann merged commit db93bf6 into TimDiekmann:master May 2, 2020
@Freax13
Copy link
Contributor Author

Freax13 commented May 2, 2020

i've noticed that the code on master is different from the latest version on crates.io (0.8) with some breaking changes, so it's not possible to just patch it by using the git repository

@TimDiekmann
Copy link
Owner

The only real difference is, that v0.8.0 uses an own implementation of AllocRef, while master uses the one from core::alloc. Do you want me to bump the version to 0.9?

@Freax13
Copy link
Contributor Author

Freax13 commented May 2, 2020

Do you want me to bump the version to 0.9?

yes, thank you

@TimDiekmann
Copy link
Owner

Done: 141cda5

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

Successfully merging this pull request may close these issues.

2 participants