CalebEverett / arloader

Rust command line application and client for uploading files to Arweave.
Apache License 2.0
83 stars 23 forks source link

Rust nightly toolchain #27

Closed iupii closed 2 years ago

iupii commented 2 years ago

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 commented 2 years ago

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

CalebEverett commented 2 years ago

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.

https://github.com/rust-lang/rust/issues/87517#issuecomment-1090848732

CalebEverett commented 2 years ago

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