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.4] - 2025-07-30
11
+
10
12
### Features
11
13
12
14
- Add ` DeInteger::as_str ` and ` DeInteger::radix ` for converting to desired integer types
@@ -381,7 +383,8 @@ Changes:
381
383
Minor doc fix (#409 )
382
384
383
385
<!-- next-url -->
384
- [ Unreleased ] : https://github.com/toml-rs/toml/compare/toml-v0.9.3...HEAD
386
+ [ Unreleased ] : https://github.com/toml-rs/toml/compare/toml-v0.9.4...HEAD
387
+ [ 0.9.4 ] : https://github.com/toml-rs/toml/compare/toml-v0.9.3...toml-v0.9.4
385
388
[ 0.9.3 ] : https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3
386
389
[ 0.9.2 ] : https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2
387
390
[ 0.9.1 ] : https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " toml"
3
- version = " 0.9.3 "
3
+ version = " 0.9.4 "
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