Skip to content

Commit 15496f1

Browse files
committed
chore: Release
1 parent 1131ce8 commit 15496f1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/toml/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ preserve_order = ["indexmap"]
4242
[dependencies]
4343
serde = "1.0.145"
4444
indexmap = { version = "2.0.0", optional = true }
45-
toml_edit = { version = "0.22.22", path = "../toml_edit", default-features = false, features = ["serde"], optional = true }
45+
toml_edit = { version = "0.22.23", path = "../toml_edit", default-features = false, features = ["serde"], optional = true }
4646
toml_datetime = { version = "0.6.8", path = "../toml_datetime", features = ["serde"] }
4747
serde_spanned = { version = "0.6.8", path = "../serde_spanned", features = ["serde"] }
4848

crates/toml_edit/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.22.23] - 2025-01-30
11+
1012
### Internal
1113

1214
- Update a dependency
@@ -763,7 +765,8 @@ This release was sponsored by Futurewei
763765
- `array.push` now returns a `Result`.
764766

765767
<!-- next-url -->
766-
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.22.22...HEAD
768+
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.22.23...HEAD
769+
[0.22.23]: https://github.com/toml-rs/toml/compare/v0.22.22...v0.22.23
767770
[0.22.22]: https://github.com/toml-rs/toml/compare/v0.22.21...v0.22.22
768771
[0.22.21]: https://github.com/toml-rs/toml/compare/v0.22.20...v0.22.21
769772
[0.22.20]: https://github.com/toml-rs/toml/compare/v0.22.19...v0.22.20

crates/toml_edit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml_edit"
3-
version = "0.22.22"
3+
version = "0.22.23"
44
keywords = ["encoding", "toml"]
55
categories = ["encoding", "parser-implementations", "parsing", "config"]
66
description = "Yet another format-preserving TOML parser."

0 commit comments

Comments
 (0)