Commit 40f9d95
Strip leading zeroes in the folly-clib version (#161)
Summary:
Cabal doesn't like leading zeroes.
Fixes this CI failure:
https://github.com/facebookincubator/hsthrift/actions/runs/16375702901/job/46274980740
```
Errors encountered when parsing cabal file folly-clib/folly-clib.cabal:
folly-clib/folly-clib.cabal:3:33: error:
unexpected Version digit with leading zero
2 | name: folly-clib
3 | version: 20250718.056
| ^
```
Pull Request resolved: #161
Reviewed By: malanka
Differential Revision: D78729684
Pulled By: pepeiborra
fbshipit-source-id: 67052e35a1d9dc28e1599c042966c889b1dd6f971 parent c5a1920 commit 40f9d95
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments