Skip to content

Commit 91df4e6

Browse files
committed
Bump version to 0.2.3
1 parent dedb463 commit 91df4e6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ See the [API docs](https://docs.rs/picojson/) and [examples](https://github.com/
8888

8989
The parser's behavior can be customized with feature flags. For example, integer width can be set to `int32` or `int64`, and float handling can be configured to error, truncate, or ignore. For a detailed guide, please see the crate reference documentation.
9090

91+
[defmt](https://crates.io/crates/defmt) is supported as an optional feature.
92+
9193
## Stability
9294

9395
This library is experimental, though the parsers pass conformance tests.

picojson/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "picojson"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
license = "Apache-2.0"
66
exclude = ["/.github/**"]

0 commit comments

Comments
 (0)