Skip to content

Commit

Permalink
update linux testing image to use rust 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnen committed Dec 30, 2021
1 parent 22dba49 commit 750fd20
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:
"x86_64-unknown-linux-gnu":
docker:
- image: cimg/rust:1.47.0
- image: cimg/rust:1.50.0
steps:
- checkout
- run: cargo test
Expand Down

0 comments on commit 750fd20

Please sign in to comment.