From 22402d403814d38fa748dc55f2973e5fe8d6d069 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Sat, 12 Jan 2019 15:31:53 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20use=20circleci/rust:1.31?= =?UTF-8?q?=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 68c16166..cbe35f3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: docker: - - image: circleci/rust:1.30 + - image: circleci/rust:1.31 environment: DATABASE_URL: postgres://postgres@localhost/test RUST_LOG: actix_web=debug,postgres=debug,martin=debug