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
I am trying to use cargo workspaces publish --from-git on my repo, but I get:
error: 1 files in the working directory contain changes that were not yet committed into git:
Cargo.toml
to proceed despite this and include the uncommitted changes, pass the `--allow-dirty` flag
error: unable to publish package tap_core
The problem is that I am 100% sure the directory is not dirty, but in fact cargo workspaces publish modifies the Cargo.toml, then complains about it. Here's a video: