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

Commit

Permalink
Stop building on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored Jan 31, 2020
1 parent 082b216 commit d7308aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: rustlang/rust:nightly
- image: rust:1.41.0
steps:
- checkout
- run: rustc --version > ~/rust-version
Expand Down

0 comments on commit d7308aa

Please sign in to comment.