You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Cargo.toml is a symlink, cargo add was overwriting it with a regular
file. This change follows the symlink and writes to the target file instead,
preserving the symlink structure.
Fixesrust-lang#15241
0 commit comments