We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16762a7 commit 032b442Copy full SHA for 032b442
serde_with/CHANGELOG.md
@@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17
18
* Bump MSRV to 1.64, since that is required for the indexmap v2 dependency.
19
20
+### Fixed
21
+
22
+* Prevent panics when deserializing `i64::MIN` using `TimestampSeconds<i64>` (#632, #633)
23
+ Thanks to @hollmmax for reporting and fixing the issue.
24
25
## [3.1.0] - 2023-07-17
26
27
### Added
serde_with_macros/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+No changes.
11
12
13
14
No changes.
0 commit comments