Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gengteng committed Aug 28, 2024
1 parent 00f34cb commit 5ba8e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ curl -X POST http://localhost:8080/j2y -H "Content-Type: application/json" -d '{
| `Yaml<T>` | yaml | [serde_yaml](https://crates.io/crates/serde_yaml) v0.9.33 |
| `MsgPack<T>` / `MsgPackRaw<T>` | msgpack | [rmp-serde](https://crates.io/crates/rmp-serde) v1.3.0 |
| `Toml<T>` | toml | [toml](https://crates.io/crates/toml) v0.8.14 |
| `Xml<T>` | xml | [quick-xml](https://crates.io/crates/quick-xml) v0.33.0 |
| `Xml<T>` | xml | [quick-xml](https://crates.io/crates/quick-xml) v0.36.1 |
| `Sonic<T>` | sonic | [sonic-rs](https://crates.io/crates/sonic-rs) v0.3.7 |
| `Cbor<T>` | cbor | [ciborium](https://crates.io/crates/ciborium) v0.2.2 |

Expand Down

0 comments on commit 5ba8e00

Please sign in to comment.