Commit fc62ff2
committed
Fix Windows CRLF Issue
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.1 parent e38fa8c commit fc62ff2
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
720 | 728 | | |
721 | 729 | | |
722 | 730 | | |
| |||
0 commit comments