Skip to content

Commit 5f3ea95

Browse files
committed
Bump minimum version to 1.5
1 parent bd67e43 commit 5f3ea95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
rust:
44
- nightly
55
- beta
6-
- 1.4.0
6+
- 1.5.0
77
addons:
88
postgresql: 9.4
99
before_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fn main() {
5454
```
5555

5656
## Requirements
57-
* **Rust** - Rust-Postgres is developed against the 1.4 release of Rust
57+
* **Rust** - Rust-Postgres is developed against the 1.5 release of Rust
5858
available on http://www.rust-lang.org. It should also compile against more
5959
recent releases.
6060

0 commit comments

Comments
 (0)