Skip to content

changing toml library to rtoml for TOML 1.0 support#365

Closed
sebadevo wants to merge 6 commits intodbatten5:mainfrom
sebadevo:main
Closed

changing toml library to rtoml for TOML 1.0 support#365
sebadevo wants to merge 6 commits intodbatten5:mainfrom
sebadevo:main

Conversation

@sebadevo
Copy link
Copy Markdown

"toml" version 0.10.2 does not support TOML 1.0 as explained in the issue #364.
I took the liberty to use the rtoml library not tomllib since rtoml is more recent and is quite fast as it is written in rust.

@sebadevo
Copy link
Copy Markdown
Author

The reason why the Tests action workflow fails is because actions/upload-artifact@v3 is deprecated since November 30, 2024. As per their readme, I bumped the version to v4.

@dbatten5
Copy link
Copy Markdown
Owner

Ok looks like the CI is a bit messed up at the moment, might need a bigger refresh. Will try and take a look at it soon

@a-detiste
Copy link
Copy Markdown
Contributor

tomllib is in the standard library, which is convenient

@dbatten5
Copy link
Copy Markdown
Owner

dbatten5 commented Oct 7, 2025

Closing as we should now support TOML 1.0 via the tomlib library added in #366

@dbatten5 dbatten5 closed this Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants