Skip to content

Commit 3ba0e4f

Browse files
committed
Update crates.io reference in README
1 parent d349715 commit 3ba0e4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Documentation is available at https://sfackler.github.io/doc/postgres
55

66
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres)
77

8-
You can integrate Rust-Postgres into your project through the releases on crates.io:
8+
You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
99
```toml
1010
# Cargo.toml
1111
[dependencies]
12-
postgres = "0.1"
12+
postgres = "0.2"
1313
```
1414

1515
## Overview

0 commit comments

Comments
 (0)