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

Commit a767d05

Browse files
committed
Release v0.10
1 parent 0dfd509 commit a767d05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9.0"
3+
version = "0.10.0"
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.9"
19+
serde_cbor = "0.10"
2020
```
2121

2222
Storing and loading Rust types is easy and requires only

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! Serde CBOR supports Rust 1.31 and up. Add this to your `Cargo.toml`:
66
//! ```toml
77
//! [dependencies]
8-
//! serde_cbor = "0.9"
8+
//! serde_cbor = "0.10"
99
//! ```
1010
//!
1111
//! Storing and loading Rust types is easy and requires only

0 commit comments

Comments
 (0)