Skip to content

Commit e6f5124

Browse files
committed
Bump minimum version to 1.18
1 parent d684e5e commit e6f5124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.16 release of Rust
53+
* **Rust** - Rust-Postgres is developed against the 1.18 release of Rust
5454
available on http://www.rust-lang.org. It should also compile against more
5555
recent releases.
5656

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/build
55
docker:
6-
- image: jimmycuadra/rust:1.17.0
6+
- image: jimmycuadra/rust:1.18.0
77
- image: sfackler/rust-postgres-test:1
88
steps:
99
- checkout

0 commit comments

Comments
 (0)