๐Ÿ“ฆ zanieb / toml-regression-1

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/zanieb/toml-regression-1.git
HTTPS git clone https://github.com/zanieb/toml-regression-1.git
SSH git clone git@github.com:zanieb/toml-regression-1.git
CLI gh repo clone zanieb/toml-regression-1
Zanie Blue Zanie Blue Initial commit 62516ce 6 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ src
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

toml 0.9 regression for duplicate key errors

--- toml 0.8.19 ---
TOML parse error at line 4, column 1
  |
4 | python-multipart = "https://example.com/bar.whl"
  | ^
duplicate key `python-multipart` in table `tool.uv.sources`


--- toml 0.9.2 ---
TOML parse error at line 4, column 1
  |
4 | python-multipart = "https://example.com/bar.whl"
  | ^^^^^^^^^^^^^^^^
duplicate key