Skip to content

Commit

Permalink
Implement JSON serialization on most built-in data types. Update to R…
Browse files Browse the repository at this point in the history
…ust 2021 profile. Update lockfile.
  • Loading branch information
locka99 committed Jan 3, 2023
1 parent ba49c9f commit 43afb6a
Show file tree
Hide file tree
Showing 76 changed files with 2,903 additions and 952 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.12
- JSON serialization of most built-in data types
- Update to Rust 2021 profile

## 0.11
- Security - enforcement of decoding limits on deeply nested or large arrays & strings
- Use `parking_lot` versions of `RwLock` and `Mutex`
Expand Down
Loading

0 comments on commit 43afb6a

Please sign in to comment.