We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be6bba commit 9628c5bCopy full SHA for 9628c5b
tokio-postgres/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tokio-postgres"
3
-version = "0.2.2"
+version = "0.2.3"
4
authors = ["Steven Fackler <[email protected]>"]
5
license = "MIT"
6
description = "A native PostgreSQL driver using Tokio"
tokio-postgres/src/lib.rs
@@ -51,7 +51,7 @@
51
//! l.run(done).unwrap();
52
//! }
53
//! ```
54
-#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.2")]
+#![doc(html_root_url="https://docs.rs/tokio-postgres/0.2.3")]
55
#![warn(missing_docs)]
56
57
extern crate bytes;
0 commit comments