Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Update cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 5, 2019
1 parent 5f654df commit 24600a0
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 190 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
deps_key: &DEPS_KEY
key: dependencies-1.26-{{ checksum "Cargo.lock" }}
key: dependencies-1.33-{{ checksum "Cargo.lock" }}

restore_registry: &RESTORE_REGISTRY
restore_cache:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
build:
working_directory: ~/build
docker:
- image: rust:1.32.0
- image: rust:1.33.0
steps:
- checkout
- run: apt-get update
Expand Down
Loading

0 comments on commit 24600a0

Please sign in to comment.