From ac4c63f4af57fe11f5e504a1259eb90c3f159f2c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 4 Dec 2019 16:52:20 -0800 Subject: [PATCH] Upgrade test postgres to 12.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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