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.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
4
10
5
11
### Added
6
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.5.4 "
3
+ version = " 0.5.5 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -48,7 +48,7 @@ percent-encoding = "2.0"
48
48
pin-project-lite = " 0.1"
49
49
phf = " 0.8"
50
50
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" }
52
52
tokio = { version = " 0.2" , features = [" io-util" ] }
53
53
tokio-util = { version = " 0.3" , features = [" codec" ] }
54
54
You can’t perform that action at this time.
0 commit comments