79174231

Date: 2024-11-10 06:07:05
Score: 2.5
Natty:
Report link

Without any unexpected error if there are no crates installed.

Use:

cargo install --list | grep -E '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ' | xargs cargo install

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vatsal Gupta