kurtlawrence / papyrus

(Rust) repl
MIT License
439 stars 14 forks source link

Tune default features for stable #77

Closed mcandre closed 4 years ago

mcandre commented 4 years ago

Could the default feature set be designed with the assumption that most users are interested in stable rather than nightly? Would be great for cargo install papyrus to work this way out of the box.

kurtlawrence commented 4 years ago

Hi @mcandre. The default feature set is the preferred papyrus experience. Users can still use stable, and install papyrus using cargo +nightly install papyrus.