File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.17.4 - 2020-07-03
4+
5+ ### Added
6+
7+ * Added support for ` geo-types ` 0.6.
8+
39## v0.17.3 - 2020-05-01
410
511### Fixed
612
7- * Errors sent by the server will now be returned from ` Client ` methods rather than just being logs .
13+ * Errors sent by the server will now be returned from ` Client ` methods rather than just being logged .
814
915### Added
1016
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres"
3- version = " 0.17.3 "
3+ version = " 0.17.4 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -34,7 +34,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
3434bytes = " 0.5"
3535fallible-iterator = " 0.2"
3636futures = " 0.3"
37- tokio-postgres = { version = " 0.5.4 " , path = " ../tokio-postgres" }
37+ tokio-postgres = { version = " 0.5.5 " , path = " ../tokio-postgres" }
3838
3939tokio = { version = " 0.2" , features = [" rt-core" , " time" ] }
4040log = " 0.4"
You can’t perform that action at this time.
0 commit comments