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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pyfisch committed Jul 11, 2019
1 parent bb2993f commit e03ecc9
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.0"
version = "0.10.1"
authors = [
"Pyfisch <[email protected]>",
"Steven Fackler <[email protected]>"]
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"
serde_cbor = "0.10.1"
```

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

0 comments on commit e03ecc9

Please sign in to comment.