-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No support for toml 1.0? #163
Comments
It seems that the tml 3.0.0 in JS doesn't support toml 1.0, but the cache will still works. Duplicate #162 |
Ah, missed that in my search; thanks! Might help if the title or description summarized things. |
Do you know any other toml parsing package in JS? All packages I've found are old. |
The TOML spec repo links out to parsers that claim to be 1.0.0 compliant: https://github.com/toml-lang/toml/wiki#implementations If that falls through, we can always look at doing bindings for |
Thanks, I will try replacing the existing toml dependency with one of them. |
I noticed the following in my CI logs:
See https://github.com/crate-ci/typos/actions/runs/5860151411
I'm assuming this is from doing
edition.workspace = true
which is valid toml.The text was updated successfully, but these errors were encountered: