Commit b8bbff4
committed
fix: remove invalid trailing commas from native Cargo version
The 0.4.0 bump wrote version = 0.4.0 with a comma in Cargo.toml
and Cargo.lock. TOML rejects that, so every CI native build
failed at cargo metadata.
Session: ses_fd0d6b222ffeQygDL9SHWVoXsE1 parent aedc570 commit b8bbff4
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments