Skip to content

Commit ae230fb

Browse files
committed
Release tokio-native-tls v0.3.0-alpha.1
1 parent afa466f commit ae230fb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

postgres-native-tls/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## v0.3.0-alpha.1 - 2019-10-14
4+
5+
### Changed
6+
7+
* Updated to tokio-postgres v0.5.0-alpha.1.
8+
39
## v0.2.0-rc.1 - 2019-06-29
410

11+
### Changed
12+
513
* Updated to tokio-postgres v0.4.0-rc.

postgres-native-tls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-native-tls"
3-
version = "0.2.0-rc.1"
3+
version = "0.3.0-alpha.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

postgres-native-tls/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//! # Ok(())
4646
//! # }
4747
//! ```
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")]
4949
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
5050

5151
use std::future::Future;

0 commit comments

Comments
 (0)