We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1779d8c commit 84a3b97Copy full SHA for 84a3b97
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "postgres"
3
-version = "0.4.6"
+version = "0.5.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
license = "MIT"
6
description = "A native PostgreSQL driver"
README.md
@@ -9,7 +9,7 @@ You can integrate Rust-Postgres into your project through the [releases on crate
9
```toml
10
# Cargo.toml
11
[dependencies]
12
-postgres = "0.4"
+postgres = "0.5"
13
```
14
15
## Overview
0 commit comments