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

Rust nightly toolchain #27

Closed
iupii opened this issue May 11, 2022 · 3 comments
Closed

Rust nightly toolchain #27

iupii opened this issue May 11, 2022 · 3 comments

Comments

@iupii
Copy link

iupii commented May 11, 2022

As I can see there is only on feature from nightly — #![feature(derive_default_enum)], to derive default trait for status.
But with that it's not possible to use this crate as lib in stable toolchain.

@CalebEverett
Copy link
Owner

Hi, I'll take a look and see why I had that in there and if it is possible to remove.

@CalebEverett
Copy link
Owner

CalebEverett commented May 11, 2022

It looks like this feature will be supported very soon. I'll keep track of this and change to stable tool chain as soon as it lands.

rust-lang/rust#87517 (comment)

@CalebEverett
Copy link
Owner

That was only used in one place. I changed it out and published a new release that works with the stable tool chain. https://github.com/CalebEverett/arloader/releases/tag/v0.1.63

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

2 participants