Badel2 / slime_seed_finder

https://badel2.github.io/slime_seed_finder
GNU General Public License v3.0
49 stars 4 forks source link

cargo now requires path parameter #5

Closed NaNraptor closed 4 years ago

NaNraptor commented 5 years ago

As the title says the following command:

cargo install --features="clap"

now generates an error.

The correct one should be:

cargo install --path="./" --features="clap"

Badel2 commented 4 years ago

Thanks, fixed!