We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2710b commit 814c579Copy full SHA for 814c579
tokio-postgres/Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
name = "tokio-postgres"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["Steven Fackler <[email protected]>"]
5
license = "MIT"
6
description = "A native PostgreSQL driver using Tokio"
7
repository = "https://github.com/sfackler/rust-postgres"
8
-documentation = "https://docs.rs/tokio-postgres/0.1.0/tokio_postgres"
+documentation = "https://docs.rs/tokio-postgres/0.1.1/tokio_postgres"
9
readme = "../README.md"
10
11
[features]
tokio-postgres/src/lib.rs
@@ -49,7 +49,7 @@
49
//! l.run(done).unwrap();
50
//! }
51
//! ```
52
-#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.0")]
+#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.1")]
53
#![warn(missing_docs)]
54
55
extern crate fallible_iterator;
0 commit comments