Skip to content

Commit

Permalink
Update rustc version in CI.
Browse files Browse the repository at this point in the history
One of bindgen-cli's dependencies needs 1.70+.
  • Loading branch information
jugglerchris committed Oct 1, 2023
1 parent 56c9abf commit 3911046
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
build-default:
docker:
- image: cimg/rust:1.69.0
- image: cimg/rust:1.70.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
key: cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
build-no-oslib:
docker:
- image: cimg/rust:1.69.0
- image: cimg/rust:1.70.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
key: cargo-cache-no-oslib-{{ arch }}-{{ checksum "Cargo.lock" }}
build-lua53:
docker:
- image: cimg/rust:1.69.0
- image: cimg/rust:1.70.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
key: cargo-cache-lua53-{{ arch }}-{{ checksum "Cargo.lock" }}
build-lua51:
docker:
- image: cimg/rust:1.69.0
- image: cimg/rust:1.70.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
key: cargo-cache-lua51-{{ arch }}-{{ checksum "Cargo.lock" }}
build-luajit:
docker:
- image: cimg/rust:1.69.0
- image: cimg/rust:1.70.0
steps:
- checkout
- run:
Expand Down

0 comments on commit 3911046

Please sign in to comment.