generic-array requires Rust 1.20; 1.23 is out so N-2 is fine

This commit is contained in:
Chris West (Faux)
2018-01-14 15:31:48 +00:00
parent 91090ef3e3
commit 50e17acae6

View File

@@ -27,7 +27,7 @@ jobs:
build:
working_directory: ~/build
docker:
- image: rust:1.19.0
- image: rust:1.20.0
environment:
RUSTFLAGS: -D warnings
- image: sfackler/rust-postgres-test:3