We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292dc45 commit e218a96Copy full SHA for e218a96
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.2.1] - 2025-03-08
2
+
3
+### Changed
4
5
+* More lenient lifetime bound in `SliceJsonParser::parse_next`
6
7
## [0.2.1] - 2025-02-23
8
9
### Changed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-event-parser"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Tpt <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments