Skip to content

Commit 6e012e9

Browse files
authored
Upgrade CI versions
1 parent 1a4a315 commit 6e012e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ save_registry: &SAVE_REGISTRY
99
- /usr/local/cargo/registry/index
1010

1111
deps_key: &DEPS_KEY
12-
key: deps-1.31.0-{{ checksum "Cargo.lock" }}-2
12+
key: deps-1.39.0-{{ checksum "Cargo.lock" }}-2
1313

1414
restore_deps: &RESTORE_DEPS
1515
restore_cache:
@@ -26,8 +26,8 @@ version: 2
2626
jobs:
2727
build:
2828
docker:
29-
- image: rust:1.31.0
30-
- image: postgres:10.0
29+
- image: rust:1.39.0
30+
- image: postgres:12
3131
environment:
3232
POSTGRES_PASSWORD: password
3333
steps:

0 commit comments

Comments
 (0)