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

Commit

Permalink
Release v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pyfisch committed Jan 10, 2020
1 parent 16c3c1c commit b64c699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_cbor"
version = "0.10.3"
version = "0.11.0"
authors = [
"Pyfisch <[email protected]>",
"Steven Fackler <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ edition = "2018"

[badges]
travis-ci = { repository = "pyfisch/cbor" }
maintenance = { status = "actively-developed" }
maintenance = { status = "passively-maintained" }

[dependencies]
half = "1.2.0"
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.40 and up. Add this to your `Cargo.toml`:
```toml
[dependencies]
serde_cbor = "0.10.3"
serde_cbor = "0.11.0"
```

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

0 comments on commit b64c699

Please sign in to comment.