chore: bump version
This commit is contained in:
parent
1bd455cc4e
commit
012fbad09a
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sonic-channel"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||
description = "Rust client for sonic search backend"
|
||||
categories = ["api-bindings"]
|
||||
|
|
|
@ -7,7 +7,7 @@ We recommend you start with the [documentation].
|
|||
|
||||
## Installation
|
||||
|
||||
Add `sonic-channel = { version = "0.3" }` as a dependency in `Cargo.toml`.
|
||||
Add `sonic-channel = { version = "0.4" }` as a dependency in `Cargo.toml`.
|
||||
|
||||
`Cargo.toml` example:
|
||||
|
||||
|
@ -18,7 +18,7 @@ version = "0.1.0"
|
|||
authors = ["Me <user@rust-lang.org>"]
|
||||
|
||||
[dependencies]
|
||||
sonic-channel = { version = "0.3" }
|
||||
sonic-channel = { version = "0.4" }
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue