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:
parent
e34890075a
commit
635bc838bd
@ -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)
|
||||
|
||||
[](https://travis-ci.org/sfackler/rust-postgres) [](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
|
||||
|
Loading…
Reference in New Issue
Block a user