Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit 85782ac

Browse files
committed
Bump minimum supported Rust version to 1.20
1 parent 9e2f263 commit 85782ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Syntax extensions to automatically derive `FromSql` and `ToSql` implementations for Postgres enum,
66
domain, and composite types.
77

8-
The generated code requires rust-postgres 0.14 or 0.15 and Rust 1.15.0 or higher.
8+
The generated code requires rust-postgres 0.14 or 0.15 and Rust 1.20.0 or higher.
99

1010
# Usage
1111

circle.yml

+3-3
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.19.0
6+
- image: jimmycuadra/rust:1.20.0
77
- image: postgres:9.6
88
environment:
99
POSTGRES_PASSWORD: password
@@ -17,10 +17,10 @@ jobs:
1717
paths:
1818
- ~/.cargo/registry/index
1919
- restore_cache:
20-
key: dependencies-1.19-{{ checksum "Cargo.lock" }}
20+
key: dependencies-1.20-{{ checksum "Cargo.lock" }}
2121
- run: cargo test
2222
- save_cache:
23-
key: dependencies-1.19-{{ checksum "Cargo.lock" }}
23+
key: dependencies-1.20-{{ checksum "Cargo.lock" }}
2424
paths:
2525
- target
2626
- ~/.cargo/registry/cache

0 commit comments

Comments
 (0)