Skip to content

Commit 8b9e933

Browse files
authored
Update README.md
1 parent f187d63 commit 8b9e933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This crate works with [postgres](<https://docs.rs/postgres>) by default.
66

77
```toml
88
[dependencies]
9-
postgres_from_row = "0.2.0"
9+
postgres_from_row = "0.3.0"
1010
```
1111

1212
If you want to use it with [tokio-postgres](<https://docs.rs/tokio-postgres>), enable it like so:
1313

1414
```toml
1515
[dependencies]
16-
postgres_from_row = { version = "0.2.0", default_features = false, features = ["tokio-postgres"] }
16+
postgres_from_row = { version = "0.3.0", default_features = false, features = ["tokio-postgres"] }
1717
```
1818
## Examples
1919
```rust

0 commit comments

Comments
 (0)