doc: update version in readme

This commit is contained in:
Dmitriy Pleshevskiy 2021-12-22 16:08:21 +03:00
parent a0d98c0af0
commit 25ea845448
1 changed files with 2 additions and 2 deletions

View File

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