Skip to content
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

Use toml_edit directly instead of toml #101

Merged
merged 2 commits into from
May 31, 2024

Conversation

mo8it
Copy link
Contributor

@mo8it mo8it commented May 7, 2024

I replaced the toml crate with toml_edit. The toml crate uses toml_edit under the hood anyway (see https://epage.github.io/blog/2023/01/toml-vs-toml-edit by the author of both crates).
There is one change caused by this move: The display feature of toml_edit is not enabled now which means that we only activate what we use (serde and parse).

Cargo.toml Outdated Show resolved Hide resolved
@mo8it mo8it requested a review from SergioBenitez May 16, 2024 12:52
@SergioBenitez SergioBenitez merged commit 6a363a1 into SergioBenitez:master May 31, 2024
8 checks passed
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.

2 participants