RedL0tus / VanityGPG

A simple tool for generating and filtering vanity GPG keys, c0nCurr3nt1Y
MIT License
67 stars 14 forks source link

cargo install fails #4

Closed fabh2o closed 2 years ago

fabh2o commented 2 years ago

Installing via cargo (cargo install vanity_gpg) (vanity_gpg v0.3.0, not the latest version) result in an error: error[E0432]: unresolved import 'clap::Clap' Installing directly from the repo (version 0.3.1) works fine: cargo install --git https://github.com/RedL0tus/VanityGPG.git I think that the cargo package must be updated to the latest version.

RedL0tus commented 2 years ago

I've just published v0.3.2, please check it out. It should work fine now.

RedL0tus commented 2 years ago

LOL it's actually fixed first in v0.3.1, but I forgot to publish that to crates.io 🤣

fabh2o commented 2 years ago

It now installs fine. Thank you!