Skip to content

Commit

Permalink
set circleci rust version to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MathJud committed Jun 8, 2024
1 parent f7fba26 commit d26ffa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ executors:
working_directory: ~/qaul.net
rust-linux:
docker:
- image: cimg/rust:1.75.0
- image: cimg/rust:1.78.0
environment:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
shell: /bin/bash --login -o pipefail
working_directory: ~/qaul.net
rust-linux-arm:
docker:
- image: cimg/rust:1.75.0
- image: cimg/rust:1.78.0
environment:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
resource_class: arm.medium
Expand Down
4 changes: 2 additions & 2 deletions circleci_config/config-continuation/executors/@executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ rust-android:
FLUTTER_VERSION: "3.22.2"
rust-linux:
docker:
- image: cimg/rust:1.75.0
- image: cimg/rust:1.78.0
working_directory: ~/qaul.net
shell: /bin/bash --login -o pipefail
environment:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
rust-linux-arm:
docker:
- image: cimg/rust:1.75.0
- image: cimg/rust:1.78.0
resource_class: arm.medium
working_directory: ~/qaul.net
shell: /bin/bash --login -o pipefail
Expand Down

0 comments on commit d26ffa4

Please sign in to comment.