We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e348900 commit 635bc83Copy full SHA for 635bc83
README.md
@@ -1,14 +1,14 @@
1
# Rust-Postgres
2
A native PostgreSQL driver for Rust.
3
4
-[Documentation](https://docs.rs/postgres/0.13.4/postgres)
+[Documentation](https://docs.rs/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
[dependencies]
11
-postgres = "0.13"
+postgres = "0.14"
12
```
13
14
## Overview
0 commit comments