kegesch / gitmoji-cli

A gitmoji-cli written in rust to be independent of Node.js
MIT License
10 stars 1 forks source link

Allow to build on stable #4

Closed dvdsk closed 3 years ago

dvdsk commented 3 years ago

Gitmoji-cli depended on the unstable fs API with_options. Because of this cargo install is not working for anyone not running the nightly compiler by default. This PR switches out the unstable API with the stable one.

kegesch commented 3 years ago

Thanks for your contribution. I will merge it!