Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
doc: change version in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshevskiy committed Oct 24, 2022
1 parent f0c6a9f commit 306328c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We recommend you start with the [documentation].

**The MSRV is: 1.58.1**

Add `sonic-channel = { version = "1.0" }` as a dependency in `Cargo.toml`.
Add `sonic-channel = { version = "1.1" }` as a dependency in `Cargo.toml`.

`Cargo.toml` example:

Expand All @@ -25,7 +25,7 @@ version = "0.1.0"
authors = ["Me <[email protected]>"]

[dependencies]
sonic-channel = { version = "1.0", features = ["ingest"] }
sonic-channel = { version = "1.1", features = ["ingest"] }
```

Add `default-features = false` to dependency, if you want to exclude default
Expand Down

0 comments on commit 306328c

Please sign in to comment.