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
Browse files Browse the repository at this point in the history
  • Loading branch information
pyfisch committed Jul 2, 2019
1 parent 0dfd509 commit a767d05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.0"
version = "0.10.0"
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.9"
serde_cbor = "0.10"
```

Storing and loading Rust types is easy and requires only
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! Serde CBOR supports Rust 1.31 and up. Add this to your `Cargo.toml`:
//! ```toml
//! [dependencies]
//! serde_cbor = "0.9"
//! serde_cbor = "0.10"
//! ```
//!
//! Storing and loading Rust types is easy and requires only
Expand Down

0 comments on commit a767d05

Please sign in to comment.