doc: update version in readme
This commit is contained in:
parent
a0d98c0af0
commit
25ea845448
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ We recommend you start with the [documentation].
|
||||||
|
|
||||||
## Installation
|
## 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:
|
`Cargo.toml` example:
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ version = "0.1.0"
|
||||||
authors = ["Me <user@rust-lang.org>"]
|
authors = ["Me <user@rust-lang.org>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sonic-channel = { version = "0.4" }
|
sonic-channel = { version = "0.5" }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue