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

Commit

Permalink
Merge pull request #85 from lzutao/bump-deps
Browse files Browse the repository at this point in the history
Update cargo dep to 0.41
  • Loading branch information
sfackler authored Dec 24, 2019
2 parents 3703074 + d1bf430 commit 1cb689e
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 410 deletions.
5 changes: 3 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.34-{{ checksum "Cargo.lock" }}
key: dependencies-1.40-{{ checksum "Cargo.lock" }}

restore_registry: &RESTORE_REGISTRY
restore_cache:
Expand All @@ -26,13 +26,14 @@ version: 2
jobs:
build:
docker:
- image: rust:1.34.0
- image: rust:1.40.0
steps:
- checkout
- run: apt-get update
- run: apt-get install -y --no-install-recommends cmake zlib1g-dev
- <<: *RESTORE_REGISTRY
- <<: *RESTORE_DEPS
- run: cargo build --locked
- run: cargo run --locked -- tree
- <<: *SAVE_REGISTRY
- <<: *SAVE_DEPS
Loading

0 comments on commit 1cb689e

Please sign in to comment.