diff --git a/.circleci/config.yml b/.circleci/config.yml index cee94d9f..19d845ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: - image: rust:1.39.0 environment: RUSTFLAGS: -D warnings - - image: sfackler/rust-postgres-test:5 + - image: sfackler/rust-postgres-test:6 steps: - checkout - run: rustup component add rustfmt clippy