Skip to content

Commit 84a3b97

Browse files
committed
Release v0.5.0
1 parent 1779d8c commit 84a3b97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.4.6"
3+
version = "0.5.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can integrate Rust-Postgres into your project through the [releases on crate
99
```toml
1010
# Cargo.toml
1111
[dependencies]
12-
postgres = "0.4"
12+
postgres = "0.5"
1313
```
1414

1515
## Overview

0 commit comments

Comments
 (0)