File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
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-06-29
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-native-tls"
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"
Original file line number Diff line number Diff line change 45
45
//! # Ok(())
46
46
//! # }
47
47
//! ```
48
- #![ doc( html_root_url = "https://docs.rs/postgres-native-tls/0.2.0-rc.1 " ) ]
48
+ #![ doc( html_root_url = "https://docs.rs/postgres-native-tls/0.3 " ) ]
49
49
#![ warn( rust_2018_idioms, clippy:: all, missing_docs) ]
50
50
51
51
use std:: future:: Future ;
You can’t perform that action at this time.
0 commit comments