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 add is used on a project where Cargo.toml is a symlink,
it now follows the symlink and writes to the target file instead of
replacing the symlink with a regular file.
This is achieved by updating write_atomic() to detect symlinks and
resolve them before writing.
Fixes#15241
0 commit comments