marcusbuffett / pipe-rename

Rename your files using your favorite text editor
https://crates.io/crates/pipe-rename
MIT License
397 stars 12 forks source link

`cargo install` reports no `clap::Clap` #40

Closed wtanksleyjr closed 3 years ago

wtanksleyjr commented 3 years ago

The first error (out of many pages, of course) is:

error[E0432]: unresolved import clap::Clap

I am a total noob, so don't want to make wrong guesses about how to fix this.

marcusbuffett commented 3 years ago

Hm gotcha, looking into this

marcusbuffett commented 3 years ago

Thanks for the report, seems like clap made some breaking changes, not surprising given that it's a beta version. This should be fixed now.

jtrv commented 3 years ago

@marcusbuffett this seems to still be broken would you mind taking another look?

marcusbuffett commented 3 years ago

Yup just fixed 👍 forgot to publish changes

jtrv commented 3 years ago

Awesome thank you very much! this is a great tool, I use it daily and I forgot how convenient it was until I was unable to install it on a different machine lol

wtanksleyjr commented 3 years ago

Confirmed that the new version builds, thank you!

(Sorry I didn't report it, I assumed you had a release planned and I just needed to check back this weekend.)

-Wm

On Fri, Nov 5, 2021 at 2:48 PM JacobTravers @.***> wrote:

Awesome thank you very much! this is a great tool, I use it daily and I forgot how convenient it was until I was unable to install it on a different machine lol

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/marcusbuffett/pipe-rename/issues/40#issuecomment-962242187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ7H6KDUZ4K4DGHFMZAP7DUKRNNRANCNFSM5HES77XA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

marcusbuffett commented 3 years ago

Awesome thanks for confirming guys, happy to hear it’s useful