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 b6b1908 commit a3039e6Copy full SHA for a3039e6
.travis.yml
@@ -3,7 +3,7 @@ sudo: required
3
rust:
4
- nightly
5
- beta
6
-- stable
+- 1.3.0
7
addons:
8
postgresql: 9.4
9
before_script:
README.md
@@ -57,7 +57,7 @@ fn main() {
57
```
58
59
## Requirements
60
-* **Rust** - Rust-Postgres is developed against the 1.2 release of Rust
+* **Rust** - Rust-Postgres is developed against the 1.3 release of Rust
61
available on http://www.rust-lang.org. It should also compile against more
62
recent releases.
63
0 commit comments