From f5ecc123bcfdf4f790d5f8d6f22b820dd2db5780 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 4 Jul 2022 11:47:33 +0300 Subject: [PATCH] chore: update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f707ab..79a478c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We recommend you start with the [documentation]. ## 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: @@ -17,9 +17,12 @@ version = "0.1.0" authors = ["Me "] [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 ### Search channel