Skip to content

Commit b073522

Browse files
committed
Use 1.50.0 in CI
Required so we can use slice::fill
1 parent b5559ef commit b073522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
target_steps: &target_steps
22
docker:
3-
- image: circleci/rust:1.42.0
3+
- image: cimg/rust:1.50.0
44
steps:
55
- checkout
66
- restore_cache:

0 commit comments

Comments
 (0)