Update circleci to rust 1.50.0

This commit is contained in:
howardwu 2021-02-24 21:48:54 -08:00
parent 808e631014
commit 0915293e26

View File

@ -44,7 +44,7 @@ jobs:
rust-stable:
docker:
- image: cimg/rust:1.49.0
- image: cimg/rust:1.50.0
resource_class: xlarge
steps:
- checkout
@ -62,7 +62,7 @@ jobs:
leo-new:
docker:
- image: cimg/rust:1.49.0
- image: cimg/rust:1.50.0
resource_class: xlarge
steps:
- attach_workspace:
@ -75,7 +75,7 @@ jobs:
leo-init:
docker:
- image: cimg/rust:1.49.0
- image: cimg/rust:1.50.0
resource_class: xlarge
steps:
- attach_workspace:
@ -88,7 +88,7 @@ jobs:
leo-clean:
docker:
- image: cimg/rust:1.49.0
- image: cimg/rust:1.50.0
resource_class: xlarge
steps:
- attach_workspace: