From 635bc838bdf1020c4cbe81c9703de79313a75369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 12 Apr 2017 18:03:55 +0200 Subject: [PATCH] Update links to the last version (#248) * Update docs.rs to links to the last version * Update the version displayed in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 804740ac..006f252c 100644 --- a/README.md +++ b/README.md @@ -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