File tree 3 files changed +11
-3
lines changed 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.3.0-alpha.1 - 2019-10-14
4
+
5
+ ### Changed
6
+
7
+ * Updated to ` tokio-postgres ` v0.5.0-alpha.1
8
+
3
9
## v0.2.0-rc.1 - 2019-03-06
4
10
11
+ ### Changed
12
+
5
13
* 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-openssl"
3
- version = " 0.2 .0-rc .1"
3
+ version = " 0.3 .0-alpha .1"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -20,7 +20,7 @@ futures-preview = "=0.3.0-alpha.19"
20
20
openssl = " 0.10"
21
21
tokio-io = " =0.2.0-alpha.6"
22
22
tokio-openssl = " =0.4.0-alpha.6"
23
- tokio-postgres = { version = " 0.5.0-alpha.1" , path = " ../tokio-postgres" , default-features = false }
23
+ tokio-postgres = { version = " = 0.5.0-alpha.1" , path = " ../tokio-postgres" , default-features = false }
24
24
25
25
[dev-dependencies ]
26
26
tokio = " =0.2.0-alpha.6"
Original file line number Diff line number Diff line change 39
39
//! # Ok(())
40
40
//! # }
41
41
//! ```
42
- #![ doc( html_root_url = "https://docs.rs/postgres-openssl/0.2.0-rc.1 " ) ]
42
+ #![ doc( html_root_url = "https://docs.rs/postgres-openssl/0.3 " ) ]
43
43
#![ warn( rust_2018_idioms, clippy:: all, missing_docs) ]
44
44
45
45
#[ cfg( feature = "runtime" ) ]
You can’t perform that action at this time.
0 commit comments