Skip to content

Commit da667e8

Browse files
committed
chore: Release
1 parent b1327fb commit da667e8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

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

crates/toml/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.9.3] - 2025-07-28
11+
1012
### Fixes
1113

1214
- *(display)* Only enable `toml_writer/std` if `std` is enabled
@@ -374,7 +376,8 @@ Changes:
374376
Minor doc fix (#409)
375377

376378
<!-- next-url -->
377-
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.9.2...HEAD
379+
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.9.3...HEAD
380+
[0.9.3]: https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3
378381
[0.9.2]: https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2
379382
[0.9.1]: https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1
380383
[0.9.0]: https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0

crates/toml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = """
55
A native Rust encoder and decoder of TOML-formatted files and streams. Provides
66
implementations of the standard Serialize/Deserialize traits for TOML data to

0 commit comments

Comments
 (0)