Skip to content

Commit

Permalink
chore(repo): use latest circleci rust image (#19626)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Oct 16, 2023
1 parent 08bc16d commit cc2388c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
orbs:
nx: nrwl/[email protected]
rust: circleci/[email protected]
browser-tools: circleci/[email protected].0
browser-tools: circleci/[email protected].6

# -------------------------
# EXECUTORS
Expand All @@ -19,7 +19,7 @@ executors:
linux:
<<: *defaults
docker:
- image: cimg/rust:1.70.0-browsers
- image: cimg/rust:1.73.0-browsers
resource_class: medium+

macos:
Expand Down

0 comments on commit cc2388c

Please sign in to comment.