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.3.0-alpha.2 - 2019-11-27
4+
5+ ### Changed
6+
7+ * Upgraded to ` tokio-postgres ` v0.5.0-alpha.2.
8+
39## v0.3.0-alpha.1 - 2019-10-14
410
511### Changed
612
7- * Updated to tokio-postgres v0.5.0-alpha.1.
13+ * Updated to ` tokio-postgres ` v0.5.0-alpha.1.
814
915## v0.2.0-rc.1 - 2019-06-29
1016
1117### Changed
1218
13- * Updated to tokio-postgres v0.4.0-rc.
19+ * Updated to ` tokio-postgres ` v0.4.0-rc.
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-native-tls"
3- version = " 0.3.0-alpha.1 "
3+ version = " 0.3.0-alpha.2 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
@@ -17,7 +17,7 @@ runtime = ["tokio-postgres/runtime"]
1717
1818[dependencies ]
1919bytes = " 0.5"
20- futures-preview = " = 0.3.0-alpha.19 "
20+ futures = " 0.3"
2121native-tls = " 0.2"
2222tokio = " 0.2"
2323tokio-tls = " 0.3"
You can’t perform that action at this time.
0 commit comments