We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d280a65 commit 3d57899Copy full SHA for 3d57899
.circleci/config.yml
@@ -9,7 +9,7 @@ save_registry: &SAVE_REGISTRY
9
- /usr/local/cargo/registry/index
10
11
deps_key: &DEPS_KEY
12
- key: deps-1.40.0-{{ checksum "Cargo.lock" }}-2
+ key: deps-1.43.0-{{ checksum "Cargo.lock" }}-2
13
14
restore_deps: &RESTORE_DEPS
15
restore_cache:
@@ -26,7 +26,7 @@ version: 2
26
jobs:
27
build:
28
docker:
29
- - image: rust:1.42.0
+ - image: rust:1.43.0
30
- image: postgres:12
31
environment:
32
POSTGRES_PASSWORD: password
0 commit comments