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
Cargo configs are injected as a literal string which, on Windows, can
end up with escaped CRLF line endings in cargo-bazel.json causing the
digests to be different on mac/windows. This parses the inner string
literal to prevent platform specific differences.
0 commit comments