camdencheek / fre

Command line frecency tracking
MIT License
121 stars 8 forks source link

Investigate moving to stable #1

Closed camdencheek closed 5 years ago

camdencheek commented 5 years ago

When the project started, Rust 2018 was nightly only. Now, there shouldn't be any nightly-only features and the project should probably be switched over to stable.

tinywombat765 commented 5 years ago

I made two PRs to remove the two feature flags being used. If merged fe should be able to move to stable once Rust 2018 is released.

https://github.com/ccheek21/fe/pull/2 https://github.com/ccheek21/fe/pull/3

wezm commented 5 years ago

Rust 2018 was released this week: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html

tinywombat765 commented 5 years ago

Oh. Yay!

camdencheek commented 5 years ago

@zethra After merging your PRs and fixing some tests, it appears to be running and passing all tests on stable! Thanks for the help :)