Open
Description
Problem
The cargo add foo=1.2.3
says that =
is not a valid character for a crate name, but cargo install foo=1.2.3
tries to download foo=1.2.3
crate. If it tries to detect the =
and ==
and suggest using @
both in cargo add
and cargo install
, it would be even better.
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version