Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop22 authored Jan 10, 2023
1 parent f187d63 commit 8b9e933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ This crate works with [postgres](<https://docs.rs/postgres>) by default.

```toml
[dependencies]
postgres_from_row = "0.2.0"
postgres_from_row = "0.3.0"
```

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

```toml
[dependencies]
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"] }
```
## Examples
```rust
Expand Down

0 comments on commit 8b9e933

Please sign in to comment.