We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc4a01 commit 1f11c47Copy full SHA for 1f11c47
README.md
@@ -8,7 +8,7 @@ A native PostgreSQL driver for Rust.
8
You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
9
```toml
10
[dependencies]
11
-postgres = "0.14"
+postgres = "0.15"
12
```
13
14
## Overview
0 commit comments