๐Ÿ“ฆ zanieb / toml-regression-2

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

toml 0.9 regression for missing leading quote

--- toml 0.8.19 ---
TOML parse error at line 3, column 16
  |
3 | tqdm = { url = invalid url to tqdm-4.66.0-py3-none-any.whl" }
  |                ^
invalid string
expected `"`, `'`


--- toml 0.9.2 ---
TOML parse error at line 3, column 28
  |
3 | tqdm = { url = invalid url to tqdm-4.66.0-py3-none-any.whl" }
  |                            ^
missing comma between key-value pairs, expected `,`