Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Oct 31, 2020
1 parent 39b6938 commit 503278f
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 = "tokio-serde"
version = "0.6.1"
version = "0.7.0"
edition = "2018"
authors = [
"Carl Lerche <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use `tokio-serde`, first add this to your `Cargo.toml`:

```toml
[dependencies]
tokio-serde = "0.6"
tokio-serde = "0.7"
```

Next, add this to your crate:
Expand Down

0 comments on commit 503278f

Please sign in to comment.