File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.3.0-alpha.2 - 2019-11-27
4
+
5
+ ### Changed
6
+
7
+ * Upgraded to ` tokio-postgres ` v0.5.0-alpha.2.
8
+
3
9
## v0.3.0-alpha.1 - 2019-10-14
4
10
5
11
### Changed
6
12
7
- * Updated to tokio-postgres v0.5.0-alpha.1.
13
+ * Updated to ` tokio-postgres ` v0.5.0-alpha.1.
8
14
9
15
## v0.2.0-rc.1 - 2019-06-29
10
16
11
17
### Changed
12
18
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 1
1
[package ]
2
2
name = " postgres-native-tls"
3
- version = " 0.3.0-alpha.1 "
3
+ version = " 0.3.0-alpha.2 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -17,7 +17,7 @@ runtime = ["tokio-postgres/runtime"]
17
17
18
18
[dependencies ]
19
19
bytes = " 0.5"
20
- futures-preview = " = 0.3.0-alpha.19 "
20
+ futures = " 0.3"
21
21
native-tls = " 0.2"
22
22
tokio = " 0.2"
23
23
tokio-tls = " 0.3"
You can’t perform that action at this time.
0 commit comments