doc: change version in the readme
This commit is contained in:
parent
f0c6a9ff9c
commit
306328c395
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ We recommend you start with the [documentation].
|
||||||
|
|
||||||
**The MSRV is: 1.58.1**
|
**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:
|
`Cargo.toml` example:
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ version = "0.1.0"
|
||||||
authors = ["Me <user@rust-lang.org>"]
|
authors = ["Me <user@rust-lang.org>"]
|
||||||
|
|
||||||
[dependencies]
|
[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
|
Add `default-features = false` to dependency, if you want to exclude default
|
||||||
|
|
Loading…
Reference in a new issue