Update links to the last version (#248)

* Update docs.rs to links to the last version

* Update the version displayed in the README
This commit is contained in:
Clément Renault 2017-04-12 18:03:55 +02:00 committed by Steven Fackler
parent e34890075a
commit 635bc838bd

View File

@ -1,14 +1,14 @@
# Rust-Postgres
A native PostgreSQL driver for Rust.
[Documentation](https://docs.rs/postgres/0.13.4/postgres)
[Documentation](https://docs.rs/postgres)
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.svg?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](https://crates.io/crates/postgres)
You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
```toml
[dependencies]
postgres = "0.13"
postgres = "0.14"
```
## Overview