We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b864f commit c9d4abaCopy full SHA for c9d4aba
.travis.yml
@@ -3,7 +3,7 @@ cache: cargo
3
sudo: required
4
rust:
5
- nightly
6
-- 1.13.0
+- 1.16.0
7
addons:
8
postgresql: 9.4
9
before_script:
README.md
@@ -50,7 +50,7 @@ fn main() {
50
```
51
52
## Requirements
53
-* **Rust** - Rust-Postgres is developed against the 1.10 release of Rust
+* **Rust** - Rust-Postgres is developed against the 1.16 release of Rust
54
available on http://www.rust-lang.org. It should also compile against more
55
recent releases.
56
0 commit comments