chore: update version in readme

This commit is contained in:
Dmitriy Pleshevskiy 2020-07-23 17:13:59 +03:00
parent 54e82f78d7
commit 2c75ab9dc1

View file

@ -7,18 +7,18 @@ We recommend you start with the [documentation].
## Installation ## Installation
Add `sonic-channel = { version = "0.1" }` as a dependency in `Cargo.toml`. Add `sonic-channel = { version = "0.2" }` as a dependency in `Cargo.toml`.
`Cargo.toml` example: `Cargo.toml` example:
```toml ```toml
[package] [package]
name = "my-crate" name = "my-crate"
version = "0.1.0" version = "0.2.0"
authors = ["Me <user@rust-lang.org>"] authors = ["Me <user@rust-lang.org>"]
[dependencies] [dependencies]
sonic-channel = { version = "0.1" } sonic-channel = { version = "0.2" }
``` ```