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

Commit b64c699

Browse files
committed
Release v0.11
1 parent 16c3c1c commit b64c699

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

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

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

1919
[dependencies]
2020
half = "1.2.0"

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.40 and up. Add this to your `Cargo.toml`:
1717
```toml
1818
[dependencies]
19-
serde_cbor = "0.10.3"
19+
serde_cbor = "0.11.0"
2020
```
2121

2222
Storing and loading Rust types is easy and requires only

0 commit comments

Comments
 (0)