Release tokio-postgres v0.5.5

This commit is contained in:
Steven Fackler
2020-07-03 15:19:15 -04:00
parent fe904154df
commit 170c5a5e13
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
# Change Log
## v0.5.4- 2020-05-01
## v0.5.5 - 2020-07-03
### Added
* Added support for `geo-types` 0.6.
## v0.5.4 - 2020-05-01
### Added

View File

@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
version = "0.5.4"
version = "0.5.5"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
@@ -48,7 +48,7 @@ percent-encoding = "2.0"
pin-project-lite = "0.1"
phf = "0.8"
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
postgres-types = { version = "0.1.1", path = "../postgres-types" }
postgres-types = { version = "0.1.2", path = "../postgres-types" }
tokio = { version = "0.2", features = ["io-util"] }
tokio-util = { version = "0.3", features = ["codec"] }