File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.5.3 - 2020-03-05
4
+
5
+ ### Added
6
+
7
+ * Added ` Debug ` implementations for ` Client ` , ` Row ` , and ` Column ` .
8
+ * Added ` time ` 0.2 support.
9
+
3
10
## v0.5.2 - 2020-01-31
4
11
5
12
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.5.2 "
3
+ version = " 0.5.3 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -47,7 +47,7 @@ percent-encoding = "2.0"
47
47
pin-project-lite = " 0.1"
48
48
phf = " 0.8"
49
49
postgres-protocol = { version = " 0.5.0" , path = " ../postgres-protocol" }
50
- postgres-types = { version = " 0.1.0 " , path = " ../postgres-types" }
50
+ postgres-types = { version = " 0.1.1 " , path = " ../postgres-types" }
51
51
tokio = { version = " 0.2" , features = [" io-util" ] }
52
52
tokio-util = { version = " 0.3" , features = [" codec" ] }
53
53
You can’t perform that action at this time.
0 commit comments