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 bd67e43 commit 5f3ea95Copy full SHA for 5f3ea95
.travis.yml
@@ -3,7 +3,7 @@ sudo: required
3
rust:
4
- nightly
5
- beta
6
-- 1.4.0
+- 1.5.0
7
addons:
8
postgresql: 9.4
9
before_script:
README.md
@@ -54,7 +54,7 @@ fn main() {
54
```
55
56
## Requirements
57
-* **Rust** - Rust-Postgres is developed against the 1.4 release of Rust
+* **Rust** - Rust-Postgres is developed against the 1.5 release of Rust
58
available on http://www.rust-lang.org. It should also compile against more
59
recent releases.
60
0 commit comments