From ffc73e43219252786dfea07631b204cfe4df69db Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 24 Mar 2015 20:02:23 -0700 Subject: [PATCH] Add version shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f135fdfd..52a8eaf4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A native PostgreSQL driver for Rust. Documentation is available at https://sfackler.github.io/rust-postgres/doc/postgres -[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) +[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?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