Skip to content

Bump version of toml_edit to 0.23 - #145

Open
Krysztal112233 wants to merge 1 commit into
SergioBenitez:masterfrom
Krysztal112233:master
Open

Bump version of toml_edit to 0.23#145
Krysztal112233 wants to merge 1 commit into
SergioBenitez:masterfrom
Krysztal112233:master

Conversation

@Krysztal112233

Copy link
Copy Markdown

No description provided.

@lmmx lmmx mentioned this pull request Dec 3, 2025
glamberson added a commit to lamco-admin/Figment that referenced this pull request Apr 19, 2026
toml_edit 0.22 is two years old. The latest stable is 0.25.11. The
bump is a one-line Cargo.toml change: the `parse` and `serde` features
Figment uses and the `toml_edit::de::from_str` call in
src/providers/data.rs are stable across 0.22 -> 0.25, so no source
changes are required.

PR SergioBenitez#145 (open since 2025-07-22) proposed a bump to 0.23. This PR
supersedes that one by going to the latest stable 0.25 instead.

Verified:
  cargo build --all-features
  cargo test --all-features            (143 passed, 0 failed)

Note: cargo clippy --all-features --all-targets -- -D warnings shows
48 pre-existing `result_large_err` errors on master that are unrelated
to this change. The bump itself introduces no new clippy findings.
@lmmx

lmmx commented Apr 20, 2026

Copy link
Copy Markdown

(This PR can be closed)

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