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

Commit

Permalink
Release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyfisch committed Oct 3, 2019
1 parent 1aec4f9 commit 0f0c2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_cbor"
version = "0.10.1"
version = "0.10.2"
authors = [
"Pyfisch <pyfisch@gmail.com>",
"Steven Fackler <sfackler@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ of the JSON data model that is small and very fast to parse.
Serde CBOR supports Rust 1.31 and up. Add this to your `Cargo.toml`:
```toml
[dependencies]
serde_cbor = "0.10.1"
serde_cbor = "0.10.2"
```

Storing and loading Rust types is easy and requires only
Expand Down

0 comments on commit 0f0c2d8

Please sign in to comment.