reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

pin clap to beta.2 #87

Closed erikbrinkman closed 2 years ago

erikbrinkman commented 2 years ago

Builds failing because clap has changed its interface from beta.2 to rc.7 but rust's semvar treats them as the same.

This pins the beta version, and the version of clap_derive so it works.

fixes #86