Skip to content

Commit a3039e6

Browse files
committed
Update minimum version and test on it
1 parent b6b1908 commit a3039e6

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-
- stable
6+
- 1.3.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
@@ -57,7 +57,7 @@ fn main() {
5757
```
5858

5959
## Requirements
60-
* **Rust** - Rust-Postgres is developed against the 1.2 release of Rust
60+
* **Rust** - Rust-Postgres is developed against the 1.3 release of Rust
6161
available on http://www.rust-lang.org. It should also compile against more
6262
recent releases.
6363

0 commit comments

Comments
 (0)