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 d684e5e commit e6f5124Copy full SHA for e6f5124
README.md
@@ -50,7 +50,7 @@ fn main() {
50
```
51
52
## Requirements
53
-* **Rust** - Rust-Postgres is developed against the 1.16 release of Rust
+* **Rust** - Rust-Postgres is developed against the 1.18 release of Rust
54
available on http://www.rust-lang.org. It should also compile against more
55
recent releases.
56
circle.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
working_directory: ~/build
5
docker:
6
- - image: jimmycuadra/rust:1.17.0
+ - image: jimmycuadra/rust:1.18.0
7
- image: sfackler/rust-postgres-test:1
8
steps:
9
- checkout
0 commit comments