Skip to content

Commit ae58403

Browse files
committed
update version in docstrings
1 parent 8b9e933 commit ae58403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
//!
66
//! ```toml
77
//! [dependencies]
8-
//! postgres_from_row = "0.1.0"
8+
//! postgres_from_row = "0.3.0"
99
//! ```
1010
//!
1111
//! If you want to use it with [tokio-postgres](<https://docs.rs/tokio-postgres>), enable it like so:
1212
//!
1313
//! ```toml
1414
//! [dependencies]
15-
//! postgres_from_row = { version = "0.1.0", default_features = false, features = ["tokio-postgres"] }
15+
//! postgres_from_row = { version = "0.3.0", default_features = false, features = ["tokio-postgres"] }
1616
//! ```
1717
//! # Examples
1818
//! ```rust

0 commit comments

Comments
 (0)