Sourced from serde_json's releases.
v1.0.116
- Make module structure comprehensible to static analysis (#1124, thanks
@​mleonhard
)v1.0.115
- Documentation improvements
v1.0.114
- Fix unused_imports warnings when compiled by rustc 1.78
v1.0.113
- Add
swap_remove
andshift_remove
methods on Map (#1109)v1.0.112
- Improve formatting of "invalid type" error messages involving floats (#1107)
v1.0.111
- Improve floating point parsing performance on loongarch64 (#1100, thanks
@​heiher
)v1.0.110
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
a3f62bb
Release 1.0.11612c8ee0
Hide "non-exhaustive patterns" errors when crate fails to
compile051ce97
Merge pull request 1124 from mleonhard/master25dc750
Replace features_check
mod with a call to
std::compile_error!
. Fixes htt...2e15e3d
Revert "Temporarily disable miri on doctests"0baba28
Resolve legacy_numeric_constants clippy lintsb1ebf38
Release 1.0.115c3dc153
Merge pull request #1119
from titaniumtraveler/pr218770b
Explicitly install a Rust toolchain for cargo-outdated job840da8e
Fix missing backticks in doc comments