Commit e101f26
committed
Strip leading zeroes in the folly-clib version
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
| ^
```1 parent c5a1920 commit e101f26
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