Skip to content

Commit

Permalink
Circle CI & clippy toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Jun 24, 2020
1 parent 7941422 commit ffb6465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

defaults:
rust_image: &rust_image quay.io/tarilabs/rust_tari-build-with-deps:nightly-2020-06-10
rust_image: &rust_image quay.io/tarilabs/rust_tari-build-with-deps:nightly-2020-01-08

commands:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2020-06-10
toolchain: nightly-2020-01-08
components: clippy, rustfmt
override: true
- name: Install dependencies
Expand Down

0 comments on commit ffb6465

Please sign in to comment.