diff --git a/Cargo.lock b/Cargo.lock index 51d7909b..a454d9ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.7" +version = "0.7.8" dependencies = [ "indexmap", "serde", @@ -939,7 +939,7 @@ dependencies = [ "serde", "serde_json", "toml 0.5.10", - "toml 0.7.7", + "toml 0.7.8", "toml_edit", ] diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 7d06db30..cf08f41e 100644 --- a/crates/toml/CHANGELOG.md +++ b/crates/toml/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.7.8] - 2023-09-09 + ### Fixes - *(ser)* Don't lose data when inline tables are nested deeply under arrays @@ -144,7 +146,8 @@ Changes: Minor doc fix (#409) -[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.7.7...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.7.8...HEAD +[0.7.8]: https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8 [0.7.7]: https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.7 [0.7.6]: https://github.com/toml-rs/toml/compare/toml-v0.7.5...toml-v0.7.6 [0.7.5]: https://github.com/toml-rs/toml/compare/toml-v0.7.4...toml-v0.7.5 diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 55b6a450..0095fa6c 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.7.7" +version = "0.7.8" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = """