Update minimum version and test on it

This commit is contained in:
Steven Fackler
2015-10-21 00:08:52 -07:00
parent b6b19083de
commit a3039e6fe2
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ sudo: required
rust:
- nightly
- beta
- stable
- 1.3.0
addons:
postgresql: 9.4
before_script:

View File

@@ -57,7 +57,7 @@ fn main() {
```
## Requirements
* **Rust** - Rust-Postgres is developed against the 1.2 release of Rust
* **Rust** - Rust-Postgres is developed against the 1.3 release of Rust
available on http://www.rust-lang.org. It should also compile against more
recent releases.