Skip to content

Commit

Permalink
Update rust in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Dec 5, 2021
1 parent 34e9703 commit 4198552
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
description: Whether to build the binary for release or debug.
type: boolean
version:
default: 1.49.0
default: 1.57.0
description: Version of Rust executor to utilize.
type: string
with_cache:
Expand All @@ -92,12 +92,19 @@ jobs:
steps:
- checkout:
path: /home/circleci/robyn
- run:
name: Update clippy
command: |
rustup update
rustup component add clippy-preview
- when:
condition: <<parameters.with_cache>>
steps:
- restore_cache:
keys:
- cargo-<<parameters.cache_version>>-{{ checksum "Cargo.lock" }}

- clippy:
flags: <<parameters.clippy_arguments>>
with_cache: false
Expand Down

0 comments on commit 4198552

Please sign in to comment.