Skip to content

Commit 635bc83

Browse files
Kerollmopssfackler
authored andcommitted
Update links to the last version (sfackler#248)
* Update docs.rs to links to the last version * Update the version displayed in the README
1 parent e348900 commit 635bc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Rust-Postgres
22
A native PostgreSQL driver for Rust.
33

4-
[Documentation](https://docs.rs/postgres/0.13.4/postgres)
4+
[Documentation](https://docs.rs/postgres)
55

66
[![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)
77

88
You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
99
```toml
1010
[dependencies]
11-
postgres = "0.13"
11+
postgres = "0.14"
1212
```
1313

1414
## Overview

0 commit comments

Comments
 (0)