Skip to content

Commit 3d57899

Browse files
authored
Update config.yml
1 parent d280a65 commit 3d57899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 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.40.0-{{ checksum "Cargo.lock" }}-2
12+
key: deps-1.43.0-{{ checksum "Cargo.lock" }}-2
1313

1414
restore_deps: &RESTORE_DEPS
1515
restore_cache:
@@ -26,7 +26,7 @@ version: 2
2626
jobs:
2727
build:
2828
docker:
29-
- image: rust:1.42.0
29+
- image: rust:1.43.0
3030
- image: postgres:12
3131
environment:
3232
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)