update build version

This commit is contained in:
Steven Fackler 2018-06-20 21:09:23 -04:00
parent 24d216cd7f
commit 7d9cb040c5

View File

@ -21,9 +21,8 @@ save_deps: &SAVE_DEPS
version: 2 version: 2
jobs: jobs:
build: build:
working_directory: ~/build
docker: docker:
- image: rust:1.23.0 - image: rust:1.26.2
environment: environment:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings
- image: sfackler/rust-postgres-test:4 - image: sfackler/rust-postgres-test:4
@ -31,8 +30,6 @@ jobs:
- checkout - checkout
- *RESTORE_REGISTRY - *RESTORE_REGISTRY
- run: cargo generate-lockfile - run: cargo generate-lockfile
- run: cargo update -p nalgebra --precise 0.14.3 # 0.14.4 requires 1.26 :(
- run: cargo update -p geo-types --precise 0.1.0
- *SAVE_REGISTRY - *SAVE_REGISTRY
- run: rustc --version > ~/rust-version - run: rustc --version > ~/rust-version
- *RESTORE_DEPS - *RESTORE_DEPS