File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ## [ 0.9.3] - 2025-07-28
11
+
10
12
### Fixes
11
13
12
14
- * (display)* Only enable ` toml_writer/std ` if ` std ` is enabled
@@ -374,7 +376,8 @@ Changes:
374
376
Minor doc fix (#409 )
375
377
376
378
<!-- 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
378
381
[ 0.9.2 ] : https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2
379
382
[ 0.9.1 ] : https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1
380
383
[ 0.9.0 ] : https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " toml"
3
- version = " 0.9.2 "
3
+ version = " 0.9.3 "
4
4
description = """
5
5
A native Rust encoder and decoder of TOML-formatted files and streams. Provides
6
6
implementations of the standard Serialize/Deserialize traits for TOML data to
You can’t perform that action at this time.
0 commit comments