File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.17.4 - 2020-07-03
4
+
5
+ ### Added
6
+
7
+ * Added support for ` geo-types ` 0.6.
8
+
3
9
## v0.17.3 - 2020-05-01
4
10
5
11
### Fixed
6
12
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 .
8
14
9
15
### Added
10
16
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.17.3 "
3
+ version = " 0.17.4 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -34,7 +34,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
34
34
bytes = " 0.5"
35
35
fallible-iterator = " 0.2"
36
36
futures = " 0.3"
37
- tokio-postgres = { version = " 0.5.4 " , path = " ../tokio-postgres" }
37
+ tokio-postgres = { version = " 0.5.5 " , path = " ../tokio-postgres" }
38
38
39
39
tokio = { version = " 0.2" , features = [" rt-core" , " time" ] }
40
40
log = " 0.4"
You can’t perform that action at this time.
0 commit comments