ci: update rust version

This commit is contained in:
Stepan Kuzmin 2019-08-16 14:38:19 +03:00
parent ba2c8f9d8a
commit 667542dd12

View File

@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/rust:1.33.0
- image: circleci/rust:1.36.0
environment:
DATABASE_URL: postgres://postgres@localhost/test
RUST_LOG: actix_web=debug,postgres=debug,martin=debug