chore: update readme
This commit is contained in:
parent
13f8aaa6f8
commit
f5ecc123bc
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@ We recommend you start with the [documentation].
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add `sonic-channel = { version = "0.5" }` as a dependency in `Cargo.toml`.
|
Add `sonic-channel = { version = "0.6" }` as a dependency in `Cargo.toml`.
|
||||||
|
|
||||||
`Cargo.toml` example:
|
`Cargo.toml` example:
|
||||||
|
|
||||||
|
@ -17,9 +17,12 @@ version = "0.1.0"
|
||||||
authors = ["Me <user@rust-lang.org>"]
|
authors = ["Me <user@rust-lang.org>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sonic-channel = { version = "0.5" }
|
sonic-channel = { version = "0.6", features = ["ingest"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Add `default-features = false` to dependency, if you want to exclude default
|
||||||
|
`search` channel.
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
### Search channel
|
### Search channel
|
||||||
|
|
Loading…
Reference in a new issue