We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d216c commit 7d9cb04Copy full SHA for 7d9cb04
1 file changed
.circleci/config.yml
@@ -21,18 +21,15 @@ save_deps: &SAVE_DEPS
21
version: 2
22
jobs:
23
build:
24
- working_directory: ~/build
25
docker:
26
- - image: rust:1.23.0
+ - image: rust:1.26.2
27
environment:
28
RUSTFLAGS: -D warnings
29
- image: sfackler/rust-postgres-test:4
30
steps:
31
- checkout
32
- *RESTORE_REGISTRY
33
- run: cargo generate-lockfile
34
- - run: cargo update -p nalgebra --precise 0.14.3 # 0.14.4 requires 1.26 :(
35
- - run: cargo update -p geo-types --precise 0.1.0
36
- *SAVE_REGISTRY
37
- run: rustc --version > ~/rust-version
38
- *RESTORE_DEPS
0 commit comments