Skip to content

Commit

Permalink
Use 1.50.0 in CI
Browse files Browse the repository at this point in the history
Required so we can use slice::fill
  • Loading branch information
jamwaffles committed Mar 22, 2022
1 parent b5559ef commit b073522
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
@@ -1,6 +1,6 @@
target_steps: &target_steps
docker:
- image: circleci/rust:1.42.0
- image: cimg/rust:1.50.0
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit b073522

Please sign in to comment.