Skip to content

Commit 6e9ee0f

Browse files
committed
Release postgres-openssl v0.5.0
1 parent eeee279 commit 6e9ee0f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

postgres-openssl/CHANGELOG.md

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

3+
## v0.5.0 - 2020-12-25
4+
5+
### Changed
6+
7+
* Upgraded to `tokio-postgres` 0.7.
8+
39
## v0.4.0 - 2020-10-17
410

511
### Changed

postgres-openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-openssl"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

postgres-openssl/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
//! # Ok(())
4040
//! # }
4141
//! ```
42-
#![doc(html_root_url = "https://docs.rs/postgres-openssl/0.3")]
4342
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
4443

4544
#[cfg(feature = "runtime")]

0 commit comments

Comments
 (0)