Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d9cb04

Browse files
committed
update build version
1 parent 24d216c commit 7d9cb04

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ save_deps: &SAVE_DEPS
2121
version: 2
2222
jobs:
2323
build:
24-
working_directory: ~/build
2524
docker:
26-
- image: rust:1.23.0
25+
- image: rust:1.26.2
2726
environment:
2827
RUSTFLAGS: -D warnings
2928
- image: sfackler/rust-postgres-test:4
3029
steps:
3130
- checkout
3231
- *RESTORE_REGISTRY
3332
- 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
3633
- *SAVE_REGISTRY
3734
- run: rustc --version > ~/rust-version
3835
- *RESTORE_DEPS

0 commit comments

Comments
 (0)