Skip to content

Commit fcb4d6c

Browse files
committed
Bump to toml 0.9.11 for TOML 1.1.0 support
See the CHANGELOG; there's actually a good bit of new syntax supported in this release, to the point that it's probably time for me to ship xt v0.20.0.
1 parent 8926c5d commit fcb4d6c

3 files changed

Lines changed: 41 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Unreleased
22

3+
### Added
4+
5+
- **TOML 1.1 support.** This version of xt upgrades to the latest version of
6+
the third-party `toml` library, which supports new features from the recently
7+
released TOML 1.1.0 spec: trailing commas in inline tables, optional seconds
8+
in datetime values, and more.
9+
310
### Changed
411

512
- **Rust 1.85 or higher is required to build xt.** This change enables continued

Cargo.lock

Lines changed: 33 additions & 23 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
@@ -24,7 +24,7 @@ serde_yaml = "0.9.34"
2424
unsafe-libyaml = "0.2.11"
2525

2626
[dependencies.toml]
27-
version = "0.9.5"
27+
version = "0.9.11"
2828
features = ["preserve_order"]
2929

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

0 commit comments

Comments
 (0)