We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d349715 commit 3ba0e4fCopy full SHA for 3ba0e4f
1 file changed
README.md
@@ -5,11 +5,11 @@ Documentation is available at https://sfackler.github.io/doc/postgres
5
6
[](https://travis-ci.org/sfackler/rust-postgres)
7
8
-You can integrate Rust-Postgres into your project through the releases on crates.io:
+You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
9
```toml
10
# Cargo.toml
11
[dependencies]
12
-postgres = "0.1"
+postgres = "0.2"
13
```
14
15
## Overview
0 commit comments