We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeee279 commit 6e9ee0fCopy full SHA for 6e9ee0f
postgres-openssl/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-openssl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-openssl"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
postgres-openssl/src/lib.rs
@@ -39,7 +39,6 @@
39
//! # Ok(())
40
//! # }
41
//! ```
42
-#![doc(html_root_url = "https://docs.rs/postgres-openssl/0.3")]
43
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
44
45
#[cfg(feature = "runtime")]
0 commit comments