Release postgres v0.19.4
This commit is contained in:
parent
8e4484c005
commit
54331183ea
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## v0.19.4 - 2022-08-21
|
||||
|
||||
## Added
|
||||
|
||||
* Added `ToSql` and `FromSql` implementations for `[u8; N]` via the `array-impls` feature.
|
||||
* Added support for `smol_str` 0.1 via the `with-smol_str-01` feature.
|
||||
* Added `ToSql::encode_format` to support text encodings of parameters.
|
||||
|
||||
## v0.19.3 - 2022-04-30
|
||||
|
||||
### Added
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "postgres"
|
||||
version = "0.19.3"
|
||||
version = "0.19.4"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
@ -39,7 +39,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
|
||||
bytes = "1.0"
|
||||
fallible-iterator = "0.2"
|
||||
futures-util = { version = "0.3", features = ["sink"] }
|
||||
tokio-postgres = { version = "0.7.6", path = "../tokio-postgres" }
|
||||
tokio-postgres = { version = "0.7.7", path = "../tokio-postgres" }
|
||||
|
||||
tokio = { version = "1.0", features = ["rt", "time"] }
|
||||
log = "0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user