Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.

Commit 7d1d6d3

Browse files
committed
Release v0.10.3
1 parent 5d83e67 commit 7d1d6d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_cbor"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = [
55
"Pyfisch <[email protected]>",
66
"Steven Fackler <[email protected]>"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ of the JSON data model that is small and very fast to parse.
1616
Serde CBOR supports Rust 1.31 and up. Add this to your `Cargo.toml`:
1717
```toml
1818
[dependencies]
19-
serde_cbor = "0.10.2"
19+
serde_cbor = "0.10.3"
2020
```
2121

2222
Storing and loading Rust types is easy and requires only

0 commit comments

Comments
 (0)