Skip to content

Commit 170c5a5

Browse files
committed
Release tokio-postgres v0.5.5
1 parent fe90415 commit 170c5a5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

tokio-postgres/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

3-
## v0.5.4- 2020-05-01
3+
## v0.5.5 - 2020-07-03
4+
5+
### Added
6+
7+
* Added support for `geo-types` 0.6.
8+
9+
## v0.5.4 - 2020-05-01
410

511
### Added
612

tokio-postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -48,7 +48,7 @@ percent-encoding = "2.0"
4848
pin-project-lite = "0.1"
4949
phf = "0.8"
5050
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
51-
postgres-types = { version = "0.1.1", path = "../postgres-types" }
51+
postgres-types = { version = "0.1.2", path = "../postgres-types" }
5252
tokio = { version = "0.2", features = ["io-util"] }
5353
tokio-util = { version = "0.3", features = ["codec"] }
5454

0 commit comments

Comments
 (0)