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 16db1f0 commit e2dfb92Copy full SHA for e2dfb92
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.1.0"
+postgres_from_row = "0.2.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.1.0", default_features = false, features = ["tokio-postgres"] }
+postgres_from_row = { version = "0.2.0", default_features = false, features = ["tokio-postgres"] }
17
18
## Examples
19
```rust
0 commit comments