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 f187d63 commit 8b9e933Copy full SHA for 8b9e933
README.md
@@ -6,14 +6,14 @@ This crate works with [postgres](<https://docs.rs/postgres>) by default.
6
7
```toml
8
[dependencies]
9
-postgres_from_row = "0.2.0"
+postgres_from_row = "0.3.0"
10
```
11
12
If you want to use it with [tokio-postgres](<https://docs.rs/tokio-postgres>), enable it like so:
13
14
15
16
-postgres_from_row = { version = "0.2.0", default_features = false, features = ["tokio-postgres"] }
+postgres_from_row = { version = "0.3.0", default_features = false, features = ["tokio-postgres"] }
17
18
## Examples
19
```rust
0 commit comments