Sourced from serde_json's releases.
v1.0.69
- Implement Hash for serde_json::Number (#814, thanks
@​timothee-haudebourg
)
5c4f8b2
Release 1.0.690035947
Touch up PR 814a28b1b1
Merge pull request #814 from timothee-haudebourg/hash-numbers-onlyf53ae31
Use the same hash for +0 and -0.8b35517
Revert "Disable broken fuzz build in CI"d12fbb9
Fix NaN
typo.48393ab
Better justification for the use of f64::to_bits
9046e3f
Avoid Self::
for older Rust versions.c3ac6c0
Manual implementation of Number
's PartialEq
.10655c7
Use core::hash
instead of std::hash
.