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 9622f63 commit 9cd5425Copy full SHA for 9cd5425
README.md
@@ -1,15 +1,15 @@
1
# Rust-Postgres
2
A native PostgreSQL driver for Rust.
3
4
-Documentation is available at https://sfackler.github.io/rust-postgres/doc/v0.8.9/postgres
+Documentation is available at https://sfackler.github.io/rust-postgres/doc/v0.9.0/postgres
5
6
[](https://travis-ci.org/sfackler/rust-postgres) [](https://crates.io/crates/postgres)
7
8
You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
9
```toml
10
# Cargo.toml
11
[dependencies]
12
-postgres = "0.8"
+postgres = "0.9"
13
```
14
15
## Overview
0 commit comments