Skip to content

Commit 48c790d

Browse files
committed
Bump to toml v0.8.23
See the CHANGELOG; this one includes some meaningful changes to output formatting, but thankfully(?) none that affect the current tests.
1 parent c6a6879 commit 48c790d

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Unreleased
2+
3+
### Changed
4+
5+
- **TOML output formatting.** This version of xt upgrades to the latest version
6+
of the third-party `toml` library, which plays a critical role in xt's TOML
7+
support. The upgrade introduces cosmetic changes to the formatting of some
8+
strings, particularly strings containing quote characters or multiple lines.
9+
These changes are not expected to affect interpretation by well-behaved TOML
10+
parsers.
11+
112
## v0.19.4 (2025-02-23)
213

314
### Fixed

Cargo.lock

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_yaml = "0.9.34"
2222
unsafe-libyaml = "0.2.11"
2323

2424
[dependencies.toml]
25-
version = "0.8.20"
25+
version = "0.8.23"
2626
features = ["preserve_order"]
2727

2828
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)