Skip to content

Commit

Permalink
Release tokio-postgres-native-tls v0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 7, 2019
1 parent e12902a commit e434aad
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions tokio-postgres-native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

## [Unreleased]

## v0.1.0-rc.1 - 2019-03-06

* Initial release.

[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-native-tls-v0.1.0-rc.1...master
9 changes: 8 additions & 1 deletion tokio-postgres-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "tokio-postgres-native-tls"
version = "0.1.0"
version = "0.1.0-rc.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "TLS support for tokio-postgres via native-tls"
repository = "https://github.com/sfackler/rust-postgres"
readme = "../README.md"

[badges]
circle-ci = { repository = "sfackler/rust-postgres" }

[features]
default = ["runtime"]
Expand Down
1 change: 1 addition & 0 deletions tokio-postgres-native-tls/LICENSE-APACHE
1 change: 1 addition & 0 deletions tokio-postgres-native-tls/LICENSE-MIT
2 changes: 1 addition & 1 deletion tokio-postgres-native-tls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! // ...
//! ```
#![doc(html_root_url = "https://docs.rs/tokio-postgres-native-tls/0.1.0-rc.1")]
#![warn(rust_2018_idioms, clippy::all, missing_docs)]

use futures::{try_ready, Async, Future, Poll};
Expand Down

0 comments on commit e434aad

Please sign in to comment.