We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de831c3 commit eeee279Copy full SHA for eeee279
3 files changed
postgres-native-tls/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.5.0 - 2020-12-25
4
+
5
+### Changed
6
7
+* Upgraded to `tokio-postgres` 0.7.
8
9
## v0.4.0 - 2020-10-17
10
11
### Changed
postgres-native-tls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-native-tls"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
postgres-native-tls/src/lib.rs
@@ -45,7 +45,6 @@
45
//! # Ok(())
46
//! # }
47
//! ```
48
-#![doc(html_root_url = "https://docs.rs/postgres-native-tls/0.3")]
49
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
50
51
use std::future::Future;
0 commit comments