Commit 0de0964
Preserve hyphens in Cargo.toml renamed deps
Summary:
This will make autocargo-generated Cargo.toml more closely match what is written in BUCK.
For example this dependency:
https://www.internalfb.com/code/fbsource/[857a404e0bb1db91aef446dc6e767768a8cc36e6]/fbcode/eden/mononoke/mercurial/BUCK?lines=6-7%2C9-11%2C13%2C41
should be generated as `futures-old`, not `futures_old`.
https://www.internalfb.com/code/fbsource/[857a404e0bb1db91aef446dc6e767768a8cc36e6]/fbcode/eden/mononoke/mercurial/revlog/Cargo.toml?lines=3-4%2C13%2C20
Reviewed By: michalmuskala
Differential Revision: D115659800
fbshipit-source-id: 98c49748815d96ca8bea02e25b81f46abef4579b1 parent 47f95eb commit 0de0964
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments