We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9e933 commit ae58403Copy full SHA for ae58403
src/lib.rs
@@ -5,14 +5,14 @@
5
//!
6
//! ```toml
7
//! [dependencies]
8
-//! postgres_from_row = "0.1.0"
+//! postgres_from_row = "0.3.0"
9
//! ```
10
11
//! If you want to use it with [tokio-postgres](<https://docs.rs/tokio-postgres>), enable it like so:
12
13
14
15
-//! postgres_from_row = { version = "0.1.0", default_features = false, features = ["tokio-postgres"] }
+//! postgres_from_row = { version = "0.3.0", default_features = false, features = ["tokio-postgres"] }
16
17
//! # Examples
18
//! ```rust
0 commit comments