Skip to content

zanieb/toml-regression-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages