Skip to content

Commit c9d4aba

Browse files
committed
Bump minimum version to 1.16
1 parent f9b864f commit c9d4aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache: cargo
33
sudo: required
44
rust:
55
- nightly
6-
- 1.13.0
6+
- 1.16.0
77
addons:
88
postgresql: 9.4
99
before_script:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn main() {
5050
```
5151

5252
## Requirements
53-
* **Rust** - Rust-Postgres is developed against the 1.10 release of Rust
53+
* **Rust** - Rust-Postgres is developed against the 1.16 release of Rust
5454
available on http://www.rust-lang.org. It should also compile against more
5555
recent releases.
5656

0 commit comments

Comments
 (0)